From: Andreas Tille Date: Wed, 25 Apr 2012 15:07:22 +0000 (+0200) Subject: Switch from cdbs to dh to easily enable hardening flags X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=tabix.git;a=commitdiff_plain;h=5fbba26a89a210db7ebb9275405ef6d4bf1ff636 Switch from cdbs to dh to easily enable hardening flags --- diff --git a/debian/changelog b/debian/changelog index db269e1..bcd842a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,10 @@ tabix (0.2.5-2) UNRELEASED; urgency=low * debian/patches/count-set-but-not-used.patch: uncomment unused variable Closes: #626267 + * debian/control: + - Standards-Version: 3.9.3 (no changes needed) + - removed cdbs from Build-Depends + * debian/rules: Switched to dh to easily enable hardening flags -- Andreas Tille Wed, 25 Apr 2012 17:02:10 +0200 diff --git a/debian/control b/debian/control index aa00454..48deb98 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Debian Med Packaging Team , Andreas Tille -Build-Depends: cdbs, debhelper (>= 8), zlib1g-dev -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 8), zlib1g-dev +Standards-Version: 3.9.3 Homepage: http://samtools.sourceforge.net/tabix.shtml Vcs-Git: git://git.debian.org/debian-med/tabix.git Vcs-Browser: http://git.debian.org/?p=debian-med/tabix.git diff --git a/debian/rules b/debian/rules index dd55160..3cfec41 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/makefile.mk +%: + dh $@ -DEB_COMPRESS_EXCLUDE = .tbi +override_dh_compress: + dh_compress --exclude=.tbi