This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository rambo-k.
commit 9ee473135243022c175006e971bf0b74fe485a3c Author: Andreas Tille <[email protected]> Date: Tue Nov 22 09:30:33 2016 +0100 Really prevent compression of pdf file --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0aa56e2..d5c5ab0 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ # DH_VERBOSE := 1 -DEB_COMPRESS_EXCLUDE_ALL := .pdf DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') %: @@ -24,3 +23,6 @@ override_dh_fixperms: dh_fixperms chmod -x debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/plot.py chmod -x debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/simulate_reads.py + +override_dh_compress: + dh_compress --exclude=.pdf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/rambo-k.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
