The following commit has been merged in the master branch:
commit f3eaebafe35a6e945af4803b12e3600843a91bd7
Author: David Paleino <[email protected]>
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
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel