[DebianGIS-dev] r2110 - in packages/thuban/trunk/debian: . patches

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Mar 30 15:00:20 UTC 2009


Author: frankie
Date: 2009-03-30 15:00:20 +0000 (Mon, 30 Mar 2009)
New Revision: 2110

Added:
   packages/thuban/trunk/debian/patches/wxpython.dpatch
Modified:
   packages/thuban/trunk/debian/changelog
   packages/thuban/trunk/debian/control
   packages/thuban/trunk/debian/patches/00list
Log:
Added wxpython patch.


Modified: packages/thuban/trunk/debian/changelog
===================================================================
--- packages/thuban/trunk/debian/changelog	2009-03-30 14:56:24 UTC (rev 2109)
+++ packages/thuban/trunk/debian/changelog	2009-03-30 15:00:20 UTC (rev 2110)
@@ -12,6 +12,7 @@
     (closes: #519385)
   * Changed build-dep: proj -> libproj-dev
   * Fixed watch file.
+  * Added wxpython patch to select 2.8 version.
 
  -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 30 Mar 2009 14:41:46 +0200
 

Modified: packages/thuban/trunk/debian/control
===================================================================
--- packages/thuban/trunk/debian/control	2009-03-30 14:56:24 UTC (rev 2109)
+++ packages/thuban/trunk/debian/control	2009-03-30 15:00:20 UTC (rev 2110)
@@ -4,7 +4,7 @@
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
 Build-Depends: debhelper (>=5.0.0), python-dev, python-wxgtk2.8, libproj-dev, python-xmlbase,
- libgdal1-dev, dpatch, wx2.8-headers, libwxgtk2.8-dev, docbook-utils, python-support (>=0.6),
+ libgdal1-dev, dpatch, wx2.8-headers, libwxgtk2.8-dev, docbook-utils, python-support (>= 0.6),
  docbook-xml
 Standards-Version: 3.8.1
 Homepage: http://thuban.intevation.org

Modified: packages/thuban/trunk/debian/patches/00list
===================================================================
--- packages/thuban/trunk/debian/patches/00list	2009-03-30 14:56:24 UTC (rev 2109)
+++ packages/thuban/trunk/debian/patches/00list	2009-03-30 15:00:20 UTC (rev 2110)
@@ -1,3 +1,4 @@
 locale
 setup.py
 bitmappath
+#wxpython

Added: packages/thuban/trunk/debian/patches/wxpython.dpatch
===================================================================
--- packages/thuban/trunk/debian/patches/wxpython.dpatch	                        (rev 0)
+++ packages/thuban/trunk/debian/patches/wxpython.dpatch	2009-03-30 15:00:20 UTC (rev 2110)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## wxpython.dpatch by Francesco Paolo Lovergine <frankie at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad thuban~/thuban.py thuban/thuban.py
+--- thuban~/thuban.py	2006-10-16 01:24:59.000000000 +0200
++++ thuban/thuban.py	2009-03-30 16:52:18.000000000 +0200
+@@ -8,6 +8,9 @@
+ # Read the file COPYING coming with Thuban for details.
+ 
+ import sys, os
++import wx
++wx.select("2.8")
++
+ import Thuban
+ 
+ # Put the Lib dir into the path. The Lib dir contains some extra non


Property changes on: packages/thuban/trunk/debian/patches/wxpython.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-grass-devel mailing list