summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 dd982c61..30faad9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ debhelper (5.0.38) unstable; urgency=low
* ACK last three NMUs with thanks to Raphael Hertzog for making the best of
a difficult situation.
* Revert all dh_python changes. Closes: #381389, #378604
- * Conflict with python-support << 0.5.3 and python-central << 0.5.5.
+ * Conflict with python-support <= 0.5.2 and python-central <= 0.5.4.
* Make dh_python do nothing if debian/pycompat is found.
The new versions of dh_pysupport or dh_pycentral will take care of
everything dh_python used to do in this situation.
diff --git a/debian/control b/debian/control
index 7c5963f8..0e8c201c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Package: debhelper
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, coreutils, file (>= 3.23-1), dpkg-dev (>= 1.13.13), html2text, binutils, po-debconf
Suggests: dh-make
-Conflicts: dpkg-cross (<< 1.18), python-support (<< 0.5.3), python-central (<< 0.5.5)
+Conflicts: dpkg-cross (<< 1.18), python-support (<= 0.5.2), python-central (<= 0.5.4)
Description: helper programs for debian/rules
A collection of programs that can be used in a debian/rules file to
automate common tasks related to building debian packages. Programs