diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-11-21 20:34:41 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-11-21 20:34:41 +0100 |
| commit | 1d71e83e5646f35fd15e06bcc58d3a0a4b7f3c98 (patch) | |
| tree | 67fc6f425c6d1ca16cad7a24bb8426b8b6e62b81 | |
| parent | a66d0dd04944fd7ee695413d8db23f787615ec6a (diff) | |
| download | python-apt-1d71e83e5646f35fd15e06bcc58d3a0a4b7f3c98.tar.gz | |
* remove python-central pre-depends, this is no longer needed
during upgrades now that we have "PYCENTRAL_NO_DPKG_QUERY"
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4967022d..74711eaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt (0.7.3.1ubuntu6) hardy; urgency=low + + * remove python-central pre-depends, this is no longer needed + during upgrades now that we have "PYCENTRAL_NO_DPKG_QUERY" + + -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 21 Nov 2007 20:33:42 +0100 + python-apt (0.7.3.1ubuntu5) hardy; urgency=low * add hardy to the ubuntu sources.list template diff --git a/debian/control b/debian/control index c539439a..36e3bbdc 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ XS-Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/python-apt/ubuntu/ Package: python-apt Architecture: any -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) |
