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 <sebas...@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

_______________________________________________
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