[openlayers] 09/10: Remove executable bit from image files.

Bas Couwenberg sebastic at xs4all.nl
Fri Dec 26 03:21:26 UTC 2014


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

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

commit 579d8b87bfc12854ebf50700b8b15cb345873965
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Dec 26 04:13:44 2014 +0100

    Remove executable bit from image files.
---
 debian/changelog | 1 +
 debian/rules     | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c869146..04ce12d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ openlayers (2.13.1+ds2-1) UNRELEASED; urgency=low
   * Update build-dependency for node-uglify.
   * Also build light, lite, mobile & tests variants.
   * Also remove Jugl.js example, no source for minified JS.
+  * Remove executable bit from image files.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 26 Dec 2014 04:09:09 +0100
 
diff --git a/debian/rules b/debian/rules
index 5e1e110..5c1d3f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,11 @@ override_dh_auto_clean:
 	dh_auto_clean
 	-rm -rf gendoc
 
+override_dh_install:
+	dh_install
+	# Remove executable bit
+	chmod 644 debian/*/usr/share/openlayers/img/*.png
+
 get-orig-source:
 	debian/get-orig-source
 

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



More information about the Pkg-grass-devel mailing list