Bug#868644: python-inflect: NMU to fix 867438

2017-07-17 Thread Arto Jantunen
"Iain R. Learmonth"  writes:
> On 07/17/2017 07:00 AM, Arto Jantunen wrote:
>> 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.
>
> Thanks for this. It was on my todo list for today but I hadn't quite got to
> it, if you wish you may upload this directly to unstable.

No problem, in that case I rescheduled it to go in today.

-- 
Arto Jantunen



Bug#868644: python-inflect: NMU to fix 867438

2017-07-17 Thread Iain R. Learmonth

Hi,

On 07/17/2017 07:00 AM, Arto Jantunen wrote:

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.


Thanks for this. It was on my todo list for today but I hadn't quite got 
to it, if you wish you may upload this directly to unstable.


Thanks,
Iain.



Bug#868644: python-inflect: NMU to fix 867438

2017-07-17 Thread Arto Jantunen
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   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