The following commit has been merged in the master branch:
commit 63e8f6100902770f800fc57d7c7bdf76580c9f7c
Author: David Paleino <da...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to