diff options
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0eb00964..af38efaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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) + + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Oct 2007 11:24:12 +0200 + python-apt (0.7.3.1ubuntu3) gutsy; urgency=low * data/templates/Ubuntu.mirrors: diff --git a/debian/control b/debian/control index 36e3bbdc..eb783753 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ XS-Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/python-apt/ubuntu/ Package: python-apt Architecture: any -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release +Depends: python-central (>= 0.5.15ubuntu2), ${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) |
