[DebianGIS-dev] [SCM] mapnik branch, master,	updated. debian/0.6.1-1-8-gbec5544
    David Paleino 
    dapal at debian.org
       
    Sun Dec  6 10:29:06 UTC 2009
    
    
  
The following commit has been merged in the master branch:
commit bec55442f48d9da0939e6f15d754f736791e6566
Author: David Paleino <dapal at debian.org>
Date:   Wed Nov 11 00:41:56 2009 +0100
    Add --with quilt to dh7 debian/rules
diff --git a/debian/rules b/debian/rules
index bf41483..c03c681 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_auto_build:
 	# We don't provide pkg-config files so this Makefile is just confusing
 	# when installed as a demo
 	#rm -f demo/c++/Makefile
-	dh_auto_build
+	dh_auto_build --with quilt
 
 override_dh_auto_clean:
 	python scons/scons.py --clean
@@ -39,7 +39,7 @@ override_dh_auto_clean:
 	# Lintian fix
 	chmod -x demo/viewer/images/*.png bindings/python/mapnik/ogcserver/modserver.py
 
-	dh_auto_clean
+	dh_auto_clean --with quilt
 
 override_dh_auto_install:
 	python scons/scons.py install
@@ -53,4 +53,4 @@ override_dh_installexamples:
 %:
 #	dh_installexamples -Xdata/new
 #	dh_install --sourcedir=debian/tmp
-	dh $@
+	dh --with quilt $@
-- 
C++/Python toolkit for developing GIS applications
    
    
More information about the Pkg-grass-devel
mailing list