diff options
author | Mike Hommey <glandium@debian.org> | 2008-04-09 13:13:21 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2008-04-09 13:13:21 +0200 |
commit | a0b7e008bce41bd4b93500eca768b132adfb68c7 (patch) | |
tree | bc160c6fe302e8dac9c03866988d0c6c040f4fb4 /debian/control | |
parent | b4d68f1b28d697257490ff7a251d62f3da8ef76f (diff) | |
download | libxml2-a0b7e008bce41bd4b93500eca768b132adfb68c7.tar.gz |
* debian/control:
+ Use ${binary:Version} instead of ${Source-Version}.
+ Fixed spelling error for "Python".
* debian/rules: Don't ignore make distclean errors.
* debian/libxml2-doc.doc-base: Changed section to fit doc-base sections
changes.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 94af768..9f509cc 100644 --- a/debian/control +++ b/debian/control @@ -44,7 +44,7 @@ Description: XML utilities Package: libxml2-dev Architecture: any Section: libdevel -Depends: libxml2 (= ${Source-Version}) +Depends: libxml2 (= ${binary:Version}) Replaces: libxml2 (<= 2.6.6-1), libxml2-headers (= 2.6.7-1) Conflicts: libxml2 (<= 2.6.6-1), libxml2-headers (= 2.6.7-1) Description: Development files for the GNOME XML library @@ -62,7 +62,7 @@ Package: libxml2-dbg Architecture: any Section: libdevel Priority: extra -Depends: libxml2 (= ${Source-Version}) +Depends: libxml2 (= ${binary:Version}) Description: Debugging symbols for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in @@ -73,7 +73,7 @@ Description: Debugging symbols for the GNOME XML library . This package provides the debugging symbols for the library and for the utilities provided by the libxml2-utils package. - Debugging symbols for the python modules are not available. + Debugging symbols for the Python modules are not available. Package: libxml2-doc Architecture: all |