[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#926085: marked as done (unblock: qreator/16.06.1-3.1)



Your message dated Sun, 31 Mar 2019 15:45:00 +0000
with message-id <49861ccb-fcd9-02f7-1a61-5f92d0207d3c@thykier.net>
and subject line Re: Bug#926085: unblock: qreator/16.06.1-3.1
has caused the Debian Bug report #926085,
regarding unblock: qreator/16.06.1-3.1
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 owner@bugs.debian.org
immediately.)


-- 
926085: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926085
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package qreator

This version fixes the rc bug #900573. It fixes a program crash due to
incorrect PIL imports. See also the attached debdiff.

unblock qreator/16.06.1-3.1

Thanks,
Andreas
diff -Nru qreator-16.06.1/debian/changelog qreator-16.06.1/debian/changelog
--- qreator-16.06.1/debian/changelog	2018-04-14 14:48:31.000000000 +0200
+++ qreator-16.06.1/debian/changelog	2019-03-30 20:35:12.000000000 +0100
@@ -1,3 +1,11 @@
+qreator (16.06.1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add Fix-python-pil-imports.patch, fixes a program crash due to
+    incorrect PIL imports (Closes: #900573).
+
+ -- Andreas Boll <aboll@debian.org>  Sat, 30 Mar 2019 20:35:12 +0100
+
 qreator (16.06.1-3) unstable; urgency=medium
 
   * [207e2e1] Port qreator to libnm (Closes: #857227)
diff -Nru qreator-16.06.1/debian/patches/Fix-python-pil-imports.patch qreator-16.06.1/debian/patches/Fix-python-pil-imports.patch
--- qreator-16.06.1/debian/patches/Fix-python-pil-imports.patch	1970-01-01 01:00:00.000000000 +0100
+++ qreator-16.06.1/debian/patches/Fix-python-pil-imports.patch	2019-03-27 21:45:38.000000000 +0100
@@ -0,0 +1,22 @@
+Author: Andreas Boll <aboll@debian.org>
+Date:   Wed Mar 27 21:09:41 2019 +0100
+
+    Fix python-pil imports
+
+    Fixes bug #900573
+
+diff --git a/qreator/QRCode.py b/qreator/QRCode.py
+index d3a0130..930a538 100644
+--- a/qreator/QRCode.py
++++ b/qreator/QRCode.py
+@@ -20,8 +20,8 @@ try:
+ except ImportError:
+     print "You need to install the python-qrencode package"
+     sys.exit(1)
+-import Image
+-import ImageOps
++from PIL import Image
++from PIL import ImageOps
+ import cairo
+ import array
+
diff -Nru qreator-16.06.1/debian/patches/series qreator-16.06.1/debian/patches/series
--- qreator-16.06.1/debian/patches/series	2018-04-14 14:48:31.000000000 +0200
+++ qreator-16.06.1/debian/patches/series	2019-03-27 21:45:54.000000000 +0100
@@ -3,3 +3,4 @@
 Port-to-geoclue-2.0.patch
 Port-to-libnm.patch
 Fix-IndexError-when-a-wifi-network-has-100-strength.patch
+Fix-python-pil-imports.patch

--- End Message ---
--- Begin Message ---
Andreas Boll:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package qreator
> 
> This version fixes the rc bug #900573. It fixes a program crash due to
> incorrect PIL imports. See also the attached debdiff.
> 
> unblock qreator/16.06.1-3.1
> 
> Thanks,
> Andreas
> 

Unblocked, thanks.
~Niels

--- End Message ---

Reply to: