diff options
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f6956175..f155d1c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,11 @@ -python-apt (0.7.100.1ubuntu2) natty; urgency=low +python-apt (0.7.100.1ubuntu2) UNRELEASEDnatty; urgency=low * python/depcache.cc: - when using the actiongroup as a contextmanager incref/decref on enter and leave. this should fix the instablity issues that aptdaemon runs into (LP: #691134) + * debian/control: + - really dropped python2.6 recommends -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 22 Dec 2010 10:52:50 +0100 diff --git a/debian/control b/debian/control index 4b1b2d92..a5d2236a 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-sid/changes 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: debdelta (<< 0.28~), packagekit-backend-apt (<= 0.4.8-0ubuntu4), ${python:Breaks} Provides: ${python:Provides} Suggests: python-apt-dbg, python-gtk2, python-vte, python-apt-doc |
