[SCM] gdal branch, 1.9, updated. upstream/1.8.1-91-gfefd635

Francesco Paolo Lovergine frankie at debian.org
Tue Feb 21 14:30:47 UTC 2012


The following commit has been merged in the 1.9 branch:
commit fe4927fb438911b83b62e5885f5ebe7850e7c89f
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Mon Feb 20 13:54:55 2012 +0100

    Fixed for new plugins dir

diff --git a/debian/libgdal1.install b/debian/libgdal1.install
index e85096f..c62b46f 100644
--- a/debian/libgdal1.install
+++ b/debian/libgdal1.install
@@ -1,2 +1,2 @@
 usr/lib/libgdal.so.*
-usr/share/gdal/1.8
+usr/share/gdal/1.9
diff --git a/debian/rules b/debian/rules
index 2646d6a..a60d8cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -123,7 +123,8 @@ clean:
 	dh_testroot
 	
 	[ ! -f GDALmake.opt ] || $(MAKE) distclean
-	rm -rf $(CURDIR)/swig/ruby/.libs $(CURDIR)/swig/perl/*.bs
+	rm -rf $(curdir)/swig/ruby/.libs $(CURDIR)/swig/perl/*.bs
+	rm -rf $(curdir)/.libs
 	rm -f GDALmake.opt-*
 	rm -rf $(CURDIR)/man/man1
 	rm -rf $(CURDIR)/debian/tmp $(CURDIR)/debian/python-tmp

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list