[DebianGIS-dev] r791 - in packages/gdal/trunk/debian: . patches

Francesco Lovergine frankie at alioth.debian.org
Mon Apr 30 10:30:45 UTC 2007


Author: frankie
Date: 2007-04-30 10:30:43 +0000 (Mon, 30 Apr 2007)
New Revision: 791

Added:
   packages/gdal/trunk/debian/patches/swig.dpatch
Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/patches/00list
Log:
Fixing grave bug


Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog	2007-04-28 06:56:09 UTC (rev 790)
+++ packages/gdal/trunk/debian/changelog	2007-04-30 10:30:43 UTC (rev 791)
@@ -1,3 +1,12 @@
+gdal (1.4.1-4) unstable; urgency=medium
+
+  * New patch swig.dpatch to use a swig 1.1 version for gdal_warp.c.
+    (closes: #420706)
+  * New build also resolves the indirect dependency issue with libgnutls
+    (closes: #421434)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 30 Apr 2007 11:34:37 +0200
+
 gdal (1.4.1-3) unstable; urgency=medium
 
   * Added OGDI support: new patch ogdi.dpatch

Modified: packages/gdal/trunk/debian/patches/00list
===================================================================
--- packages/gdal/trunk/debian/patches/00list	2007-04-28 06:56:09 UTC (rev 790)
+++ packages/gdal/trunk/debian/patches/00list	2007-04-30 10:30:43 UTC (rev 791)
@@ -1,2 +1,3 @@
 libname
 ogdi
+swig

Added: packages/gdal/trunk/debian/patches/swig.dpatch
===================================================================
--- packages/gdal/trunk/debian/patches/swig.dpatch	2007-04-28 06:56:09 UTC (rev 790)
+++ packages/gdal/trunk/debian/patches/swig.dpatch	2007-04-30 10:30:43 UTC (rev 791)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## swig.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 gdal-1.4.1~/pymod/GNUmakefile gdal-1.4.1/pymod/GNUmakefile
+--- gdal-1.4.1~/pymod/GNUmakefile	2007-04-10 17:15:15.000000000 +0200
++++ gdal-1.4.1/pymod/GNUmakefile	2007-04-30 11:58:10.000000000 +0200
+@@ -27,7 +27,7 @@
+ 	$(RM) *.o *.$(SO_EXT) *.la
+ 
+ gdal_wrap.c:	gdal.i
+-	-swig -python gdal.i
++#	-swig -python gdal.i
+ 
+ $(GDALMODULE_SO):	$(OBJ) $(EXE_DEP_LIBS)
+ 	$(PY_LD_SHARED) $(OBJ) \


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




More information about the Pkg-grass-devel mailing list