From 39c240324e91b3a45661f6c43297b0d73574fe88 Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Fri, 3 Dec 2010 13:31:13 +0900 Subject: [PATCH] # Use bzip2 compression for the binary packages and raised DH compat level. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reason: I am affraid that ‘--’ is not available in lower versions of debhelper. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index 7f8f011..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +8 diff --git a/debian/control b/debian/control index 3f20910..5bb3dc7 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Med Packaging Team DM-Upload-Allowed: yes Uploaders: Charles Plessy -Build-Depends: debhelper (>= 7), cdbs, libncurses5-dev, zlib1g-dev +Build-Depends: debhelper (>= 8), cdbs, libncurses5-dev, zlib1g-dev Standards-Version: 3.9.1 Homepage: http://samtools.sourceforge.net Vcs-Browser: http://git.debian.org/?p=debian-med/samtools.git diff --git a/debian/rules b/debian/rules index 40822dd..93bf3aa 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,8 @@ CFLAGS += -fPIC DEB_MAKE_BUILD_TARGET = all all-recur razip lib DEB_MAKE_CHECK_TARGET = -C examples all +DEB_DH_BUILDDEB_ARGS = -- -Z=bzip2 + clean:: $(RM) examples/calDepth examples/ex1.bam examples/ex1.bam.bai examples/ex1.fa.fai examples/ex1.glf examples/ex1.glfview.gz examples/ex1.pileup.gz examples/ex1a.bam examples/ex1b.bam examples/ex1f-rmduppe.bam examples/ex1f-rmdupse.bam examples/ex1f.bam examples/ex1f.rg examples/ex1.bcf -- 2.30.2