From 14bf76bdb50dc8ee450776ca1525e7c25a4a608e Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 1 Apr 2009 16:24:59 +0200 Subject: * debian/control: Standards-Version, ${binary:Version}. - Update Standards-Version to 3.8.1 - Use ${binary:Version} instead of ${Source-Version} --- debian/changelog | 5 ++++- debian/control | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'debian') 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 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 Uploaders: Michael Vogt , Julian Andres Klode -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 -- cgit v1.2.3