summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-01 17:40:12 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-01 17:40:12 +0200
commitb2d0d968e0aa3e3211b1a697c02117b7c09fb384 (patch)
treef976207303584c5006f6ad48455fabfa97078ce7
parentb05b23dc822c0cc93446cb67d18b73105248928c (diff)
downloadpython-apt-b2d0d968e0aa3e3211b1a697c02117b7c09fb384.tar.gz
Fix Breaks 0.28 => 0.28~, so it works for backports as well.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f254200d..04d6a5d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,7 @@ 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
+ * 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 8943ae20..4c7b542f 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release,
libjs-jquery
Recommends: iso-codes
-Breaks: debdelta (<< 0.28)
+Breaks: debdelta (<< 0.28~)
Provides: ${python:Provides}
Suggests: python-apt-dbg, python-gtk2, python-vte
XB-Python-Version: ${python:Versions}