Your message dated Fri, 1 Sep 2017 00:15:57 +0100
with message-id <[email protected]>
and subject line done
has caused the Debian Bug report #868644,
regarding python-inflect: NMU to fix 867438
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
868644: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868644
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-inflect
Version: 0.2.5-1
Severity: normal
I have uploaded an NMU to fix #867438 to delayed/5, hopefully to keep
both this package and sqlacodegen from being removed from
testing. Trivial NMU diff attached.
diff --git a/debian/changelog b/debian/changelog
index fe54ae1bca06..c44f6c608e49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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 --git a/debian/control b/debian/control
index 87a10c3fb877..90e85decdef9 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Description: Generate plurals, singular nouns, ordinals, indefinite articles
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.
--
Arto Jantunen
--- End Message ---
--- Begin Message ---
This is done.
Thanks,
Iain.
--- End Message ---