diff options
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 36ffc2b4..f51944f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,10 @@ python-apt (0.7.10~exp1) experimental; urgency=low * Depend on libjs-jquery, and remove internal copy * apt/package.py: - Introduce Version.{uri,uris,fetch_binary()} - * Remove mdz from Uploaders (Closes: #521477), add myself. + * debian/control: + - Remove mdz from Uploaders (Closes: #521477), add myself. + - Update Standards-Version to 3.8.1 + - Use ${binary:Version} instead of ${Source-Version} -- Julian Andres Klode <jak@debian.org> Wed, 01 Apr 2009 15:24:29 +0200 diff --git a/debian/control b/debian/control index 5ce48bd1..9afd50e0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org> -Standards-Version: 3.7.2.2 +Standards-Version: 3.8.1 XS-Python-Version: all Build-Depends: apt-utils, cdbs, @@ -43,7 +43,7 @@ Package: python-apt-dbg Priority: extra Architecture: any Section: debug -Depends: python-dbg, python-apt (= ${Source-Version}), ${shlibs:Depends}, +Depends: python-dbg, python-apt (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Python interface to libapt-pkg (debug extension) The apt_pkg Python interface will provide full access to the internal |
