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 /debian/control | |
| 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)
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
