[gmt] 06/07: Remove executable bit from shell includes.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Jun 8 21:56:23 UTC 2015


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

sebastic pushed a commit to branch master
in repository gmt.

commit 8b04d3cfb28fe5c3f452c6ed313be8965bb3ac5a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Jun 8 22:57:24 2015 +0200

    Remove executable bit from shell includes.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index fac1ab3..66a9c8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,6 +71,10 @@ override_dh_auto_install:
 	# Remove +x 
 	#find  $(CURDIR)/debian/gmt-examples/usr/share/doc/gmt-examples/examples -name "*.bat" -exec chmod -x {} \;
 
+	# Remove executable bit from shell includes
+	chmod -x debian/tmp/usr/share/gmt/tools/gmt_functions.sh \
+	         debian/tmp/usr/share/gmt/tools/gmt_aliases.csh
+
 	# Fix bash-completion installation
 	mkdir -p debian/tmp/usr/share/bash-completion/completions
 	mv debian/tmp/usr/etc/bash_completion.d/gmt debian/tmp/usr/share/bash-completion/completions

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



More information about the Pkg-grass-devel mailing list