[gosmore] 05/20: Remove executable bit from audio files.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat May 7 12:24:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository gosmore.
commit 842f2136fc1da185c844bf82169dfcbe1254d893
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat May 7 01:07:54 2016 +0200
Remove executable bit from audio files.
---
debian/rules | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/rules b/debian/rules
index 22220cf..ab0e265 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,12 @@ DATE := $(shell date +%Y%m%d)
%:
dh $@ --parallel
+override_dh_auto_install:
+ dh_auto_install
+
+ chmod -x debian/*/usr/share/gosmore/*.wav \
+ debian/*/usr/share/pixmaps/*.xpm
+
get-orig-source:
dh_testdir
test -d ../tarballs/. || mkdir -p ../tarballs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gosmore.git
More information about the Pkg-grass-devel
mailing list