Control: tags 759057 + patch
Control: tags 759057 + pending
Dear maintainer,
I've prepared an NMU for douf00 for the wxPython 3.0 transition (versioned as
3.0.0-1.1) and uploaded it (since you're on the LowThresholdNMU list).
Cheers,
Olly
diff -Nru douf00-3.0.0/debian/changelog douf00-3.0.0/debian/changelog
--- douf00-3.0.0/debian/changelog 2014-09-06 22:47:23.000000000 -0300
+++ douf00-3.0.0/debian/changelog 2014-09-06 22:33:23.000000000 -0300
@@ -1,3 +1,12 @@
+douf00 (3.0.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/source/format: Set to '3.0 (quilt)' so I can easily add a patch.
+ * Update for wxPython 3.0 (Closes: #759057):
+ - New patch: wxpython3.0.patch
+
+ -- Olly Betts <[email protected]> Sun, 07 Sep 2014 01:32:44 +0000
+
douf00 (3.0.0-1) unstable; urgency=low
* New upstream version.
diff -Nru douf00-3.0.0/debian/patches/series douf00-3.0.0/debian/patches/series
--- douf00-3.0.0/debian/patches/series 1969-12-31 21:00:00.000000000 -0300
+++ douf00-3.0.0/debian/patches/series 2014-09-06 22:31:59.000000000 -0300
@@ -0,0 +1 @@
+wxpython3.0.patch
diff -Nru douf00-3.0.0/debian/patches/wxpython3.0.patch douf00-3.0.0/debian/patches/wxpython3.0.patch
--- douf00-3.0.0/debian/patches/wxpython3.0.patch 1969-12-31 21:00:00.000000000 -0300
+++ douf00-3.0.0/debian/patches/wxpython3.0.patch 2014-09-06 22:32:34.000000000 -0300
@@ -0,0 +1,18 @@
+Description: Update for wxPython 3.0
+ Also compatible with wxPython 2.8.
+Author: Olly Betts <[email protected]>
+Bug-Debian: https://bugs.debian.org/759057
+Forwarded: no
+Last-Update: 2014-09-06
+
+--- douf00-3.0.0.orig/pysrc/DouF00/appcfg.py
++++ douf00-3.0.0/pysrc/DouF00/appcfg.py
+@@ -40,7 +40,7 @@ thumbnaillist = None
+ EVT_CLOCK_ID = wx.NewId()
+ pause = False
+ index = False
+-presentorBackgroundColor = wx.Color(80, 80, 80)
++presentorBackgroundColor = wx.Colour(80, 80, 80)
+ presentorBorderColor = (255, 0, 0)
+ blankThumbnail = None
+ pdfdoc = None
diff -Nru douf00-3.0.0/debian/source/format douf00-3.0.0/debian/source/format
--- douf00-3.0.0/debian/source/format 1969-12-31 21:00:00.000000000 -0300
+++ douf00-3.0.0/debian/source/format 2014-09-06 22:31:54.000000000 -0300
@@ -0,0 +1 @@
+3.0 (quilt)