This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository libgeotiff-epsg.

commit 4aa29064b64c7faf9270539f6d3212dc91ea4105
Author: Francesco Paolo Lovergine <fran...@debian.org>
Date:   Fri Sep 21 14:53:58 2007 +0000

    Minor fixes for csv files mode.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 03eb59d..acf534c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libgeotiff-epsg (1.2.4-2) unstable; urgency=low
+
+  * Setting mode 600 at install time for csv files in debian/rules.
+
+ -- Francesco Paolo Lovergine <fran...@debian.org>  Fri, 21 Sep 2007 16:52:02 
+0200
+
 libgeotiff-epsg (1.2.4-1) unstable; urgency=low
 
   * Initial release
diff --git a/debian/rules b/debian/rules
index d7504c6..23aa23c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ install: build
        dh_installdirs
 
        install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/epsg_csv
-       install -o root -g root csv/*.csv 
$(CURDIR)/debian/tmp/usr/share/epsg_csv/.
+       install -o root -g root -m 600 csv/*.csv 
$(CURDIR)/debian/tmp/usr/share/epsg_csv/.
 
 # Build architecture-independent files here.
 binary-indep: build install

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libgeotiff-epsg.git

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

Reply via email to