This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository maffilter.
commit 7a433c2c50cc69d0cd538db898a8cefa5b26788c Author: Andreas Tille <[email protected]> Date: Sun May 22 21:54:52 2016 +0200 Fix premissions --- debian/changelog | 6 ++++++ debian/rules | 16 +++------------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 00efa43..a2f2799 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +maffilter (1.1.0-1+dfsg-2) UNRELEASED; urgency=medium + + * Fix permissions + + -- Andreas Tille <[email protected]> Sun, 22 May 2016 21:54:16 +0200 + maffilter (1.1.0-1+dfsg-1) unstable; urgency=medium * Initial release (Closes: #822776) diff --git a/debian/rules b/debian/rules index b340142..d60011b 100755 --- a/debian/rules +++ b/debian/rules @@ -2,19 +2,9 @@ # DH_VERBOSE := 1 -# some helpful variables - uncomment them if needed -# shamelessly stolen from http://jmtd.net/log/awk/ -#DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}') -#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//') -#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}') -#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') -#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf) -#GIT_TAG := $(subst ~,_,$(VERSION)) - -# alternatively to manually set those variables, you can -# include /usr/share/dpkg/default.mk -# and use what is set there. - %: dh $@ +override_dh_fixperms: + dh_fixperms + find debian/*/usr/share -name "*.bpp" -executable -exec chmod -x \{\} \; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/maffilter.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
