Your message dated Sun, 23 Nov 2014 23:48:09 -0500
with message-id <4710452.yXkqJ3kCrc@scott-latitude-e6320>
and subject line Re: Bug#770791: unblock: pisa/3.0.32-2
has caused the Debian Bug report #770791,
regarding unblock: pisa/3.0.32-2
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.)


-- 
770791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770791
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock

Please unblock package pisa

RC bug fix.

unblock pisa/3.0.32-2
diff -u pisa-3.0.32/debian/changelog pisa-3.0.32/debian/changelog
--- pisa-3.0.32/debian/changelog
+++ pisa-3.0.32/debian/changelog
@@ -1,3 +1,14 @@
+pisa (3.0.32-2) unstable; urgency=medium
+
+  * Team upload.
+  * Add debian/patches/02-reportlab_bigger_than_two.patch.dpatch to fix
+    reportlab version compatibility problems (Closes: #571120)
+    - Thanks to Walter Doekes and Jamie McClelland for patches - both were
+      fine patches, but the one used was the smaller change since Debian is in
+      pre-release freeze
+
+ -- Scott Kitterman <[email protected]>  Sun, 23 Nov 2014 21:51:06 -0500
+
 pisa (3.0.32-1) unstable; urgency=low
 
   * Initial release (Closes: #504277). Thanks to Toby Smithe
diff -u pisa-3.0.32/debian/patches/00list pisa-3.0.32/debian/patches/00list
--- pisa-3.0.32/debian/patches/00list
+++ pisa-3.0.32/debian/patches/00list
@@ -1,0 +2 @@
+02-reportlab_bigger_than_two.patch
only in patch2:
unchanged:
--- pisa-3.0.32.orig/debian/patches/02-reportlab_bigger_than_two.patch.dpatch
+++ pisa-3.0.32/debian/patches/02-reportlab_bigger_than_two.patch.dpatch
@@ -0,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02-reportlab_bigger_than_two.patch.dpatch by  <[email protected]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix checking for reportlab major version greater than 2 Closes: #571120
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pisa-3.0.32~/sx/pisa3/pisa_util.py pisa-3.0.32/sx/pisa3/pisa_util.py
+--- pisa-3.0.32~/sx/pisa3/pisa_util.py	2009-05-08 01:41:46.000000000 -0400
++++ pisa-3.0.32/sx/pisa3/pisa_util.py	2014-11-23 21:48:31.738533971 -0500
+@@ -40,10 +40,10 @@
+ 
+ rgb_re = re.compile("^.*?rgb[(]([0-9]+).*?([0-9]+).*?([0-9]+)[)].*?[ ]*$")
+ 
+-if not(reportlab.Version[0] == "2" and reportlab.Version[2] >= "1"):
++if not((reportlab.Version[0] == "2" and reportlab.Version[2] >= "1") or reportlab.Version[0] > 2):
+     raise ImportError("Reportlab Version 2.1+ is needed!")
+ 
+-REPORTLAB22 = (reportlab.Version[0] == "2" and reportlab.Version[2] >= "2")
++REPORTLAB22 = ((reportlab.Version[0] == "2" and reportlab.Version[2] >= "2") or reportlab.Version[0] > 2)
+ # print "***", reportlab.Version, REPORTLAB22, reportlab.__file__
+ 
+ import logging

--- End Message ---
--- Begin Message ---
On Sunday, November 23, 2014 23:07:38 Scott Kitterman wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
> 
> Please unblock package pisa
> 
> RC bug fix.
> 
> unblock pisa/3.0.32-2

Nevermind.  I didn't notice it'd been removed from testing for some time 
already.

Scott K

--- End Message ---

Reply via email to