diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 86c0bb06..5a541b40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt (0.8.0ubuntu6) UNRELEASED; urgency=low + + * debian/control: + - remove recommends of python2.6 + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 09 Aug 2011 16:39:06 +0200 + python-apt (0.8.0ubuntu5) oneiric; urgency=low * setup.py: diff --git a/debian/control b/debian/control index e91a5e09..b34007cd 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ XS-Debian-Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-si Package: python-apt Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-apt-common -Recommends: lsb-release, iso-codes, python2.6 +Recommends: lsb-release, iso-codes Breaks: packagekit-backend-apt (<= 0.4.8-0ubuntu4), computer-janitor (<< 1.14.1-1+), debdelta (<< 0.41+), |
