summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-12-27 15:55:32 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2018-12-27 15:55:32 +0100
commitfeb2169baa9eca853629f061264a1a1465f772b2 (patch)
treed666386aa35e79f0bb5c12d41b2546508ba24a5d
parent68003b9315b792f074799e8185f2332f6a88949a (diff)
More in changelog, and added README.source
-rw-r--r--debian/README.source6
-rw-r--r--debian/changelog18
2 files changed, 21 insertions, 3 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..cdd0c84
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,6 @@
+Since python-zeroconf has dropped support for Python2 upstream while there are
+still Debian reverse dependencies for the Python2 version, the source for
+zeroconf 0.19.1 is included in debian/python2_old. This is a temporary solution
+until #894806 gets closed.
+
+
diff --git a/debian/changelog b/debian/changelog
index 359a203..0b494e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,20 @@
-python-zeroconf (0.21.3-1) UNRELEASED; urgency=medium
+python-zeroconf (0.21.3-1) unstable; urgency=medium
* New upstream release
-
- -- Ruben Undheim <ruben.undheim@gmail.com> Thu, 27 Dec 2018 13:09:35 +0100
+ * Add version 0.19.1 in debian/python2_old since only that one supports
+ Python 2.
+ * d/p/patches/0001-Set-install_requires-to-enum34-instead-of-enum-compa.patch:
+ - Drop patch
+ - Apply patch to debian/python2_old
+ * debian/rules:
+ - Add specific rules to build Python2 package from debian/python2_old instead
+ of from the top
+ - Override dh_gencontrol such that the Python2 binary package gets version
+ number 0.19.1-3
+ * debian/README.source:
+ - Add README file describing the double-source packaging.
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Thu, 27 Dec 2018 15:54:44 +0100
python-zeroconf (0.19.1-2) unstable; urgency=medium