[Python-modules-commits] r30056 - in packages/gamera/trunk/debian (4 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Wed Aug 6 11:25:22 UTC 2014


    Date: Wednesday, August 6, 2014 @ 11:25:21
  Author: danstender-guest
Revision: 30056

bumped wxpython dependencies to 3.0 (updated gendoc-use-wxversion.diff and
and gendoc-draw-text.diff, Closes: #757208).

Modified:
  packages/gamera/trunk/debian/changelog
  packages/gamera/trunk/debian/control
  packages/gamera/trunk/debian/patches/gendoc-draw-text.diff
  packages/gamera/trunk/debian/patches/gendoc-use-wxversion.diff

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2014-08-06 09:23:11 UTC (rev 30055)
+++ packages/gamera/trunk/debian/changelog	2014-08-06 11:25:21 UTC (rev 30056)
@@ -1,3 +1,10 @@
+gamera (3.4.1-2) UNRELEASED; urgency=medium
+
+  * bumped wxpython dependencies to 3.0 (updated gendoc-use-wxversion.diff and
+    and gendoc-draw-text.diff, Closes: #757208).
+
+ -- Daniel Stender <debian at danielstender.com>  Wed, 06 Aug 2014 13:06:22 +0200
+
 gamera (3.4.1-1) unstable; urgency=medium
 
   [ Daniel Stender ]

Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control	2014-08-06 09:23:11 UTC (rev 30055)
+++ packages/gamera/trunk/debian/control	2014-08-06 11:25:21 UTC (rev 30056)
@@ -23,7 +23,7 @@
  netpbm,
  python,
  python-numpy,
- python-wxgtk2.8,
+ python-wxgtk3.0,
  rdfind
 X-Python-Version: >= 2.5
 Standards-Version: 3.9.5
@@ -36,7 +36,7 @@
 Pre-Depends: dpkg (>= 1.15.6)
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Replaces: gamera-gui (<< 3.2.3-2~)
-Recommends: python-imaging, python-numpy, python-wxgtk2.8
+Recommends: python-imaging, python-numpy, python-wxgtk3.0
 Suggests: gamera-doc
 Built-Using: libvigraimpex (= ${vigra:Version})
 Description: framework for building document analysis applications
@@ -59,7 +59,7 @@
  ${python:Depends},
  ${shlibs:Depends}
 Recommends: python-dbg
-Suggests: python-imaging-dbg, python-numpy-dbg, python-wxgtk2.8-dbg
+Suggests: python-imaging-dbg, python-numpy-dbg, python-wxgtk3.0-dbg
 Built-Using: libvigraimpex (= ${vigra:Version})
 Description: framework for document analysis applications (debug symbols)
  The Gamera framework is a Python library for building custom
@@ -90,7 +90,7 @@
  python,
  python-gamera (<= ${source:Version}.0~),
  python-gamera (>= ${source:Version}),
- python-wxgtk2.8,
+ python-wxgtk3.0,
  ${misc:Depends},
  ${python:Depends}
 Recommends: python-docutils, python-matplotlib

Modified: packages/gamera/trunk/debian/patches/gendoc-draw-text.diff
===================================================================
--- packages/gamera/trunk/debian/patches/gendoc-draw-text.diff	2014-08-06 09:23:11 UTC (rev 30055)
+++ packages/gamera/trunk/debian/patches/gendoc-draw-text.diff	2014-08-06 11:25:21 UTC (rev 30056)
@@ -3,13 +3,14 @@
  server is not available.
 Author: Jakub Wilk <jwilk at debian.org>
 Forwarded: not-needed
-Last-Update: 2012-04-18
+Reviewed-by: Daniel Stender <debian at danielstender.com>
+Last-Update: 2014-08-06
 
 --- a/doc/gendoc.py
 +++ b/doc/gendoc.py
 @@ -5,6 +5,8 @@
  import wxversion
- wxversion.select(["2.8", "2.6", "2.5", "2.4"])
+ wxversion.select(["3.0", "2.8", "2.6", "2.5", "2.4"])
  
 +import draw_text_helper
 +

Modified: packages/gamera/trunk/debian/patches/gendoc-use-wxversion.diff
===================================================================
--- packages/gamera/trunk/debian/patches/gendoc-use-wxversion.diff	2014-08-06 09:23:11 UTC (rev 30055)
+++ packages/gamera/trunk/debian/patches/gendoc-use-wxversion.diff	2014-08-06 11:25:21 UTC (rev 30056)
@@ -3,7 +3,8 @@
  This patch is intended to alleviate Debian bug #451104.
 Author: Jakub Wilk <jwilk at debian.org>
 Forwarded: not-needed
-Last-Update: 2012-04-18
+Reviewed-by: Daniel Stender <debian at danielstender.com>
+Last-Update: 2014-08-06
 
 --- a/doc/gendoc.py
 +++ b/doc/gendoc.py
@@ -12,7 +13,7 @@
  from gamera import core, gendoc
  
 +import wxversion
-+wxversion.select(["2.8", "2.6", "2.5", "2.4"])
++wxversion.select(["3.0", "2.8", "2.6", "2.5", "2.4"])
 +
  if __name__ == "__main__":
     core.init_gamera()




More information about the Python-modules-commits mailing list