[med-svn] [SCM] Processing of sequence alignments in SAM and BAM formats. branch, master, updated. debian/0.1.9-1-11-g7c5e2e2

Charles Plessy plessy at debian.org
Fri Dec 3 09:02:04 UTC 2010


The following commit has been merged in the master branch:
commit 39c240324e91b3a45661f6c43297b0d73574fe88
Author: Charles Plessy <plessy at debian.org>
Date:   Fri Dec 3 13:31:13 2010 +0900

    # Use bzip2 compression for the binary packages and raised DH compat level.
    
    Reason: I am affraid that ‘--’ is not available in lower versions of debhelper.

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 <debian-med-packaging at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 Uploaders: Charles Plessy <plessy at debian.org>
-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
 

-- 
Processing of sequence alignments in SAM and BAM formats.



More information about the debian-med-commit mailing list