[DebianGIS-dev] r1598 - packages/gdal/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Fri Jun 6 15:11:17 UTC 2008


Author: frankie
Date: 2008-06-06 15:11:15 +0000 (Fri, 06 Jun 2008)
New Revision: 1598

Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/rules
Log:
Added missing python scripts


Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog	2008-06-06 11:47:18 UTC (rev 1597)
+++ packages/gdal/trunk/debian/changelog	2008-06-06 15:11:15 UTC (rev 1598)
@@ -1,6 +1,9 @@
 gdal (1.5.1-5) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Installs gdal2tiles.py and other python scripts, previously missing.
+    Due to dependency from python-gdal extensions, scripts are installed in
+    that package instead of gdal-bin.
+    (closes: #484559)
 
  -- Francesco Paolo Lovergine <frankie at debian.org>  Sun, 18 May 2008 11:16:21 +0200
 

Modified: packages/gdal/trunk/debian/rules
===================================================================
--- packages/gdal/trunk/debian/rules	2008-06-06 11:47:18 UTC (rev 1597)
+++ packages/gdal/trunk/debian/rules	2008-06-06 15:11:15 UTC (rev 1598)
@@ -112,7 +112,9 @@
 
 	# install python stuff previuosly built and pre-installed
 	cp -a $(CURDIR)/debian/python-tmp/usr/lib/* $(CURDIR)/debian/tmp/usr/lib/.
-	
+	install -o root -g root -d $(CURDIR)/debian/tmp/usr/bin
+	install -o root -g root -m 755 $(CURDIR)/swig/python/scripts/*.py $(CURDIR)/debian/tmp/usr/bin/.                                        
+
 	# removing license file
 	rm -f $(CURDIR)/debian/tmp/usr/share/gdal15/LICENSE.TXT
 	# removing empty packlist MakeMaker files 




More information about the Pkg-grass-devel mailing list