Control: tags 931808 + pending

Dear maintainer,

I've prepared an NMU for comix (versioned as 4.0.4-4.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru comix-4.0.4/debian/changelog comix-4.0.4/debian/changelog
--- comix-4.0.4/debian/changelog        2019-03-18 01:03:08.000000000 -0300
+++ comix-4.0.4/debian/changelog        2019-07-24 14:35:16.000000000 -0300
@@ -1,3 +1,12 @@
+comix (4.0.4-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/01_fix-deprecated-function.patch: added to fix
+    deprecated PIL function. Thanks Olivier <olivie...@free.fr>.
+    (Closes: #931808)
+
+ -- Daniel Pimentel <d...@d4n1.org>  Wed, 24 Jul 2019 14:35:16 -0300
+
 comix (4.0.4-4) unstable; urgency=medium

   * It is highly recommended to switch to mcomix, comix is in fact
diff -Nru comix-4.0.4/debian/patches/01_fix-deprecated-function.patch
comix-4.0.4/debian/patches/01_fix-deprecated-function.patch
--- comix-4.0.4/debian/patches/01_fix-deprecated-function.patch
1969-12-31 21:00:00.000000000 -0300
+++ comix-4.0.4/debian/patches/01_fix-deprecated-function.patch
2019-07-24 14:35:16.000000000 -0300
@@ -0,0 +1,15 @@
+Description: Fix deprecated function.
+Author: Daniel Pimentel <d...@d4n1.org>
+Last-Update: 2019-07-24
+
+--- comix-4.0.4.orig/src/comix.py
++++ comix-4.0.4/src/comix.py
+@@ -50,7 +50,7 @@ except ImportError:
+
+ try:
+     import PIL as Image
+-    assert Image.VERSION >= '1.1.5'
++    assert Image.__version__ >= '1.1.5'
+ except AssertionError:
+     print "You don't have the required version of the Python Imaging",
+     print 'Library (PIL) installed.'
diff -Nru comix-4.0.4/debian/patches/series
comix-4.0.4/debian/patches/series
--- comix-4.0.4/debian/patches/series   2019-03-17 23:05:09.000000000 -0300
+++ comix-4.0.4/debian/patches/series   2019-07-24 14:35:16.000000000 -0300
@@ -1,2 +1,3 @@
 remove-build-dep-check.patch
 866421-python-imaging-removal.patch
+01_fix-deprecated-function.patch

Reply via email to