diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-15 13:54:42 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-10-15 13:54:42 +0200 |
| commit | b1c9874c3957368fddaecebba17d1fb2491c32b4 (patch) | |
| tree | 107a19ec8cbaafab089f1a55a12be9709d2da4e4 | |
| parent | a6898b2a021ce0e091bc9ed98b390d3b230b88b2 (diff) | |
| download | python-apt-b1c9874c3957368fddaecebba17d1fb2491c32b4.tar.gz | |
debian/control:
- pre-depend on new pycentral
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 3 |
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) |
