[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:42 UTC 2010


The following commit has been merged in the master branch:
commit 69e8ca5659d1207e0947f2594efa6a8fc7c68591
Author: David Paleino <dapal at debian.org>
Date:   Sat Feb 20 19:03:52 2010 +0100

    Try harder not to delete debian/tmp

diff --git a/debian/rules b/debian/rules
index ffea2b3..1ba68ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,8 @@ override_dh_auto_build:
 	done
 	dh_auto_build
 
-	dh_install
+override_dh_prep:
+	dh_prep -Xdebian/tmp
 
 override_dh_auto_clean:
 	scons --clean $(SCONS_FLAGS)

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



More information about the Pkg-grass-devel mailing list