diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-15 12:25:30 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-15 12:25:30 +0200 |
| commit | a6898b2a021ce0e091bc9ed98b390d3b230b88b2 (patch) | |
| tree | aaaa0ab2b4ea0d09a4d745c094c568355a184785 | |
| parent | 5893dc1d9544223e4cdf4ab82c13391de1d640f7 (diff) | |
| download | python-apt-a6898b2a021ce0e091bc9ed98b390d3b230b88b2.tar.gz | |
* depend on gutsy version pycentral, this ensures that we get a updated
dpkg with triggers support before pycentral uses dpkg-querry
(LP: #152827)
| -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) |
