[DebianGIS-dev] [SCM] mapnik branch, master, updated. debian/0.7.0-1-2-g03e04f9

David Paleino dapal at debian.org
Sun Feb 21 23:17:30 UTC 2010


The following commit has been merged in the master branch:
commit 03e04f9724a470f561345dbca961087b7d241649
Author: David Paleino <dapal at debian.org>
Date:   Mon Feb 22 00:17:25 2010 +0100

    pass -r to xargs when fixing permissions, thanks to KiBi

diff --git a/debian/changelog b/debian/changelog
index 6cd80d1..0d8dd7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ mapnik (0.7.0-2) UNRELEASED; urgency=low
   * debian/patches/:
     - 00-fix_amd64_libdir.patch added, install the shared library
       in /usr/lib/ also on amd64.
+  * debian/rules:
+    - pass -r to xargs when fixing permissions, thanks to KiBi
 
- -- David Paleino <dapal at debian.org>  Mon, 22 Feb 2010 00:06:15 +0100
+ -- David Paleino <dapal at debian.org>  Mon, 22 Feb 2010 00:17:00 +0100
 
 mapnik (0.7.0-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 67e8d23..08de022 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ override_dh_auto_clean:
 
 override_dh_installexamples:
 	dh_installexamples -Xdata/new
-	find $(CURDIR)/debian/ -name "*.png" | xargs chmod -x
+	find $(CURDIR)/debian/ -name "*.png" | xargs -r chmod -x
 
 %:
 #	dh_installexamples -Xdata/new

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



More information about the Pkg-grass-devel mailing list