summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-10-15 13:54:42 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-10-15 13:54:42 +0200
commitb1c9874c3957368fddaecebba17d1fb2491c32b4 (patch)
tree107a19ec8cbaafab089f1a55a12be9709d2da4e4
parenta6898b2a021ce0e091bc9ed98b390d3b230b88b2 (diff)
downloadpython-apt-b1c9874c3957368fddaecebba17d1fb2491c32b4.tar.gz
debian/control:
- pre-depend on new pycentral
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index af38efaa..2f832f10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
python-apt (0.7.3.1ubuntu4) gutsy; urgency=low
- * depend on gutsy version pycentral, this ensures that we get a updated
- dpkg with triggers support before pycentral uses dpkg-querry
- (LP: #152827)
+ * pre-depend on gutsy version pycentral, this ensures that we get a
+ updated dpkg with triggers support before pycentral uses
+ /usr/bin/dpkg-querry (LP: #152827)
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Oct 2007 11:24:12 +0200
diff --git a/debian/control b/debian/control
index eb783753..c539439a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ XS-Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/python-apt/ubuntu/
Package: python-apt
Architecture: any
-Depends: python-central (>= 0.5.15ubuntu2), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release
+Pre-Depends: python-central (>= 0.5.15ubuntu2)
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release
Priority: optional
Replaces: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18)
Conflicts: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18)