[DebianGIS-dev] [SCM] mapnik branch, master, updated. debian/0.6.1-1-50-g63e8f61
David Paleino
dapal at debian.org
Sun Feb 21 08:33:52 UTC 2010
The following commit has been merged in the master branch:
commit 63e8f6100902770f800fc57d7c7bdf76580c9f7c
Author: David Paleino <dapal at debian.org>
Date: Sun Feb 21 09:33:33 2010 +0100
+x images are in the examples, fix them to make lintian happy
diff --git a/debian/rules b/debian/rules
index cf51c0d..ba8252a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,6 @@ override_dh_prep:
override_dh_install:
dh_install
- find $(CURDIR)/debian/ -name "*.png" | xargs chmod -x
find $(CURDIR)/debian/ -name "modserver.py" | xargs chmod -x
override_dh_auto_clean:
@@ -53,6 +52,7 @@ override_dh_auto_clean:
override_dh_installexamples:
dh_installexamples -Xdata/new
+ find $(CURDIR)/debian/ -name "*.png" | xargs chmod -x
%:
# dh_installexamples -Xdata/new
--
C++/Python toolkit for developing GIS applications
More information about the Pkg-grass-devel
mailing list