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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

