[med-svn] [seqsero] 03/04: Do not compress pdf
Andreas Tille
tille at debian.org
Tue Apr 4 14:14:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository seqsero.
commit 43ef1ae2e83288067939397cb9fc39652a321728
Author: Andreas Tille <tille at debian.org>
Date: Tue Apr 4 16:10:22 2017 +0200
Do not compress pdf
---
debian/rules | 21 ++-------------------
1 file changed, 2 insertions(+), 19 deletions(-)
diff --git a/debian/rules b/debian/rules
index def9a27..cbb57f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,6 @@
#!/usr/bin/make -f
# DH_VERBOSE := 1
-export LC_ALL=C.UTF-8
-
-# 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.
-
-# for hardening you might like to uncomment this:
-# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --with python2
@@ -26,5 +9,5 @@ override_dh_fixperms:
dh_fixperms
find debian -name split_interleaved_fastq.pl -exec chmod +x \{\} \;
-#get-orig-source:
-# . debian/get-orig-source
+override_dh_compress:
+ dh_compress --exclude=.pdf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqsero.git
More information about the debian-med-commit
mailing list