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

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Nov 5 14:28:57 UTC 2007


Author: frankie
Date: 2007-11-05 14:28:57 +0000 (Mon, 05 Nov 2007)
New Revision: 1255

Modified:
   packages/gdal/trunk/debian/TODO
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/patches/swig.dpatch
Log:
Changes for 1.4.3


Modified: packages/gdal/trunk/debian/TODO
===================================================================
--- packages/gdal/trunk/debian/TODO	2007-11-01 10:52:58 UTC (rev 1254)
+++ packages/gdal/trunk/debian/TODO	2007-11-05 14:28:57 UTC (rev 1255)
@@ -3,10 +3,11 @@
 
 * C# binding needs probably to be investigated. It is currently not too stabilized.
   Tcl/Tk binding could be also considered as external project, but its status needs
-  to be checked as well. I would avoid both PHP and Java bindings because not
+  to be checked as well. I would avoid both PHP and Java bindings because not yet
+  mature.
 
 * Python bindings should move to Swig (aka ng-python binding) but that requires
-  building style changes for sure.
+  building style changes for sure. Still not suggested before 1.5.
 
  -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 06 Oct 2007 10:34:38 +0200
 

Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog	2007-11-01 10:52:58 UTC (rev 1254)
+++ packages/gdal/trunk/debian/changelog	2007-11-05 14:28:57 UTC (rev 1255)
@@ -1,3 +1,12 @@
+gdal (1.4.3-1) unstable; urgency=low
+
+  * New upstream release.
+    This is a bug fixing release without API changes, so retaining current
+    naming scheme as for previous 1.4 series releases.
+  * Patchset revised.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 05 Nov 2007 14:47:08 +0100
+
 gdal (1.4.2-3) unstable; urgency=low
 
   * Fixed debian-rules-ignores-make-clean-error lintian warning

Modified: packages/gdal/trunk/debian/patches/swig.dpatch
===================================================================
--- packages/gdal/trunk/debian/patches/swig.dpatch	2007-11-01 10:52:58 UTC (rev 1254)
+++ packages/gdal/trunk/debian/patches/swig.dpatch	2007-11-05 14:28:57 UTC (rev 1255)
@@ -5,15 +5,15 @@
 ## DP: No description.
 
 @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
+diff -urNad gdal-1.4.3~/pymod/GNUmakefile gdal-1.4.3/pymod/GNUmakefile
+--- gdal-1.4.3~/pymod/GNUmakefile	2007-11-05 14:42:43.000000000 +0100
++++ gdal-1.4.3/pymod/GNUmakefile	2007-11-05 14:43:55.000000000 +0100
 @@ -27,7 +27,7 @@
  	$(RM) *.o *.$(SO_EXT) *.la
  
  gdal_wrap.c:	gdal.i
--	-swig -python gdal.i
-+#	-swig -python gdal.i
+-	-swig11pl5 -python gdal.i
++#	-swig11pl5 -python gdal.i
  
  $(GDALMODULE_SO):	$(OBJ) $(EXE_DEP_LIBS)
  	$(PY_LD_SHARED) $(OBJ) \




More information about the Pkg-grass-devel mailing list