[SCM] gdal branch, master, updated. upstream/1.10.0-200-g009bec6
Bas Couwenberg
sebastic at xs4all.nl
Mon Oct 14 03:20:38 UTC 2013
The following commit has been merged in the master branch:
commit 5b08d967bb340104fac2e7a7e3edefefe5671aec
Author: Bas Couwenberg <sebastic at 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 <sebastic at 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
More information about the Pkg-grass-devel
mailing list