diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-08-20 14:31:36 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-08-20 14:31:36 +0200 |
| commit | 4766663eec43fb3c580bc217218ada9840f6c9d8 (patch) | |
| tree | 9525ca54706960392f6dcf50ef52b5f5f2362750 | |
| parent | 627dee876944904c5eaf39a49132f11dad0447fd (diff) | |
| download | python-apt-4766663eec43fb3c580bc217218ada9840f6c9d8.tar.gz | |
* apt/package.py:
- fix bug in BaseDependency initialization
* debian/control:
- add break for packagekit-backend-apt (<= 0.4.8-0ubuntu4)
| -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} |
