summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-01 16:24:59 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-01 16:24:59 +0200
commit14bf76bdb50dc8ee450776ca1525e7c25a4a608e (patch)
tree8279449bd5ba66336baf7d813ec46f7d6d680ee8 /debian/control
parentaa0e9335d3861a934eef359894f7d0d1b6164bec (diff)
downloadpython-apt-14bf76bdb50dc8ee450776ca1525e7c25a4a608e.tar.gz
* debian/control: Standards-Version, ${binary:Version}.
- Update Standards-Version to 3.8.1 - Use ${binary:Version} instead of ${Source-Version}
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
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