summaryrefslogtreecommitdiff
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
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}
-rw-r--r--debian/changelog5
-rw-r--r--debian/control4
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