The following commit has been merged in the master branch:
commit 5b08d967bb340104fac2e7a7e3edefefe5671aec
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sat Oct 12 12:49:50 2013 +0200

    Install java files with mode 644.

diff --git a/debian/changelog b/debian/changelog
index 19e8f25..8a67c33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ gdal (1.10.1+dfsg-0~exp1) UNRELEASED; urgency=low
     with sphinx.
   * Use versioned Breaks/Replaces instead of Conflicts/Replaces.
   * Bump dephelper compatibility to 9.
+  * Install java files with mode 644.
 
  -- Bas Couwenberg <sebas...@xs4all.nl>  Thu, 03 Oct 2013 23:19:27 +0200
 
diff --git a/debian/rules b/debian/rules
index 5113d00..9b74fb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -175,8 +175,8 @@ install: build
 
        # java stuff
        mkdir -p $(CURDIR)/debian/tmp/usr/share/java 
$(CURDIR)/debian/tmp/usr/lib/jni
-       install -o root -g root $(CURDIR)/swig/java/gdal.jar 
$(CURDIR)/debian/tmp/usr/share/java/.
-       install -o root -g root $(CURDIR)/swig/java/*jni.so* 
$(CURDIR)/debian/tmp/usr/lib/jni
+       install -o root -g root -m 644 $(CURDIR)/swig/java/gdal.jar 
$(CURDIR)/debian/tmp/usr/share/java/.
+       install -o root -g root -m 644 $(CURDIR)/swig/java/*jni.so* 
$(CURDIR)/debian/tmp/usr/lib/jni
 
        # removing license file
        rm -f 
$(CURDIR)/debian/tmp/usr/share/gdal/$(GDAL_MAJOR).$(GDAL_MINOR)/LICENSE.TXT

-- 
GDAL/OGR library and tools

_______________________________________________
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