[SCM] gdal branch, master, updated. upstream/1.8.1-102-g65329e4

Francesco Paolo Lovergine frankie at debian.org
Mon Mar 5 17:17:00 UTC 2012


The following commit has been merged in the master branch:
commit 5c9de1a2f373f3fda34923161a3196f9ca8c0dd3
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Mon Mar 5 18:16:06 2012 +0100

    Truly enabled lzma and armadillo supports.

diff --git a/debian/changelog b/debian/changelog
index c7e6b73..0d5c404 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 gdal (1.9.0-1~exp5) experimental; urgency=low
 
-  * Added a build-dep on liburiparser-dev to satisfy configure test.
+  * Added a build-dep on liburiparser-dev to satisfy configure test. Without
+    that GDAL reverts to the old KML support anyway :-(.
+  * Explicitly enabled Armadillo and LZMA supports.
+  * OpenJPEG is enabled in debian/rules, but still unsupported because current
+    library is obsolete. GDAL requires at least 1.4.
 
  -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 05 Mar 2012 17:44:59 +0100
 
diff --git a/debian/rules b/debian/rules
index 2741436..c92b441 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,6 +91,8 @@ configure-stamp:
 			--with-openjpeg=yes \
 			--with-freexl=yes \
 			--with-libkml=yes \
+			--with-armadillo=yes \
+			--with-liblzma=yes \
 			--with-epsilon=/usr; \
 		mv GDALmake.opt GDALmake.opt-$$V; \
 	done

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list