[DebianGIS-dev] [SCM] mapnik branch, master, updated. debian/0.6.1-1-46-g2e31b2a

David Paleino dapal at debian.org
Sat Feb 20 23:13:28 UTC 2010


The following commit has been merged in the master branch:
commit 09e762de4dccd1c407fea28f42a56511da621bd6
Author: David Paleino <dapal at debian.org>
Date:   Sat Feb 20 16:58:28 2010 +0100

    Fix dh7 command ordering, it was deleting debian/tmp (!!!)

diff --git a/debian/rules b/debian/rules
index 51b1477..6fed138 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,8 @@ override_dh_auto_build:
 	done
 	dh_auto_build
 
-override_dh_auto_install:
 	install -m 0755 debian/mapnik-plugin-base $(CURDIR)/debian/tmp/usr/bin
-	dh_auto_install
+	dh_install
 
 override_dh_auto_clean:
 	scons --clean $(SCONS_FLAGS)

-- 
C++/Python toolkit for developing GIS applications



More information about the Pkg-grass-devel mailing list