diff options
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6ef1fff6..4ae70ef2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-apt (0.7.12.1ubuntu2) UNRELEASEDkarmic; urgency=low + + * apt/package.py: + - fix bug in BaseDependency initialization + * debian/control: + - add break for packagekit-backend-apt (<= 0.4.8-0ubuntu4) + + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 20 Aug 2009 14:23:40 +0200 + python-apt (0.7.12.1ubuntu1) karmic; urgency=low [ Michael Vogt ] diff --git a/debian/control b/debian/control index 180cc995..90e6a060 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Package: python-apt Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release Recommends: iso-codes, libjs-jquery -Breaks: debdelta (<< 0.28~) +Breaks: debdelta (<< 0.28~), packagekit-backend-apt (<= 0.4.8-0ubuntu4) Provides: ${python:Provides} Suggests: python-apt-dbg, python-gtk2, python-vte XB-Python-Version: ${python:Versions} |
