diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-04-01 17:36:38 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-04-01 17:36:38 +0200 |
| commit | 0447f65d8f2497d2b0ee3b27c772873dfc9c1248 (patch) | |
| tree | 049b7c0bf21ff7e4168c48bc6dfe23b826aa3e0c | |
| parent | e3bdb73667560fcf662b8f1b5252b6e268d95e59 (diff) | |
| download | python-apt-0447f65d8f2497d2b0ee3b27c772873dfc9c1248.tar.gz | |
Breaks: debdelta (<< 0.28) to avoid more problems due to the internal
API changes from 0.7.9.
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4ef0b1f7..a4db252f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ python-apt (0.7.10) unstable; urgency=low - doc/source/conf.py: Only include directories for current python version. - debian/control: Build-Depend on python-gtk2, python-vte. - setup.py: If pygtk can not be imported, do not build the documentation. + * Breaks: debdelta (<< 0.28) to avoid more problems due to the internal + API changes from 0.7.9. -- Julian Andres Klode <jak@debian.org> Wed, 01 Apr 2009 15:24:29 +0200 diff --git a/debian/control b/debian/control index c06611e2..e50518ae 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release, libjs-jquery Recommends: iso-codes +Breaks: debdelta (<< 0.28) Provides: ${python:Provides} Suggests: python-apt-dbg, python-gtk2, python-vte XB-Python-Version: ${python:Versions} |
