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

David Paleino dapal at debian.org
Fri Feb 19 23:38:58 UTC 2010


The following commit has been merged in the master branch:
commit f3eaebafe35a6e945af4803b12e3600843a91bd7
Author: David Paleino <dapal at debian.org>
Date:   Sat Feb 20 00:38:43 2010 +0100

    Don't uselessly fail if it can't delete some files

diff --git a/debian/rules b/debian/rules
index b9f7fe5..cbeb420 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,8 +44,8 @@ override_dh_auto_clean:
 	dh_auto_clean
 
 override_dh_auto_install:
-	find $(CURDIR)/debian/tmp -name '.sconsign' -delete
-	find $(CURDIR)/debian/tmp -wholename 'c++/Makefile' -delete
+	-find $(CURDIR)/debian/tmp -name '.sconsign' -delete
+	-find $(CURDIR)/debian/tmp -wholename 'c++/Makefile' -delete
 	install -m 0755 debian/mapnik-plugin-base $(CURDIR)/debian/tmp/usr/bin
 
 override_dh_installexamples:

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



More information about the Pkg-grass-devel mailing list