Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
Usertags: pu
Let's fix the python3 dependencies. #867438
$ debdiff python3-inflect_0.2.5-1_all.deb
python3-inflect_0.2.5-1.1~deb9u1_all.deb
File lists identical (after any substitutions)
Control files: lines which differ (wdiff format)
------------------------------------------------
{+Depends: python3:any (>= 3.3.2-2~)+}
Version: [-0.2.5-1-] {+0.2.5-1.1~deb9u1+}
Andreas
diff -Nru python-inflect-0.2.5/debian/changelog
python-inflect-0.2.5/debian/changelog
--- python-inflect-0.2.5/debian/changelog 2015-12-24 16:30:47.000000000
+0100
+++ python-inflect-0.2.5/debian/changelog 2017-11-27 06:40:13.000000000
+0100
@@ -1,3 +1,18 @@
+python-inflect (0.2.5-1.1~deb9u1) stretch; urgency=medium
+
+ * Non-maintainer upload.
+ * Rebuild for stretch.
+
+ -- Andreas Beckmann <[email protected]> Mon, 27 Nov 2017 06:40:13 +0100
+
+python-inflect (0.2.5-1.1) unstable; urgency=medium
+
+ * Non-maintainer Upload
+ * Apply patch from Adrian Bunk to correctly generate dependencies for
+ the python 3 package (Closes: #867438)
+
+ -- Arto Jantunen <[email protected]> Mon, 17 Jul 2017 08:47:48 +0300
+
python-inflect (0.2.5-1) unstable; urgency=medium
* Initial release. (Closes: #806450)
diff -Nru python-inflect-0.2.5/debian/control
python-inflect-0.2.5/debian/control
--- python-inflect-0.2.5/debian/control 2015-12-24 16:26:41.000000000 +0100
+++ python-inflect-0.2.5/debian/control 2017-07-17 07:47:48.000000000 +0200
@@ -19,7 +19,7 @@
Package: python3-inflect
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}
Description: Generate plurals, singular nouns, ordinals, indefinite articles
(Python 3)
The inflect Python module correctly generates plurals, singular nouns,
ordinals and indefinite articles. It can also convert numbers to words.