[med-svn] [SCM] bwa branch, experimental, updated. debian/0.5.10-1-14-gbe2c9c4

Charles Plessy plessy at debian.org
Mon Nov 14 11:05:43 UTC 2011


The following commit has been merged in the experimental branch:
commit 5f00c710adac1e733c03fd4ccc8648617ba16eb9
Author: Charles Plessy <plessy at debian.org>
Date:   Mon Nov 14 19:11:35 2011 +0900

    Pass Dpkg build flags to the compiler through Debhelper 9.  Thanks, Niels Thykier!
    
    Message-ID: <4EC0B510.9060700 at thykier.net>

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index ab086de..6084e08 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 DM-Upload-Allowed: yes
 Uploaders: Charles Plessy <plessy at debian.org>,
  Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8), zlib1g-dev
+Build-Depends: debhelper (>= 8.9.4~), zlib1g-dev
 Standards-Version: 3.9.2
 Homepage: http://bio-bwa.sourceforge.net/ 
 Vcs-Browser: http://git.debian.org/?p=debian-med/bwa.git
diff --git a/debian/rules b/debian/rules
index 2d33f6a..fda9c93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_build:
+	dh_auto_build -- CFLAGS="-Wall $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)"

-- 
Burrows-Wheeler Aligner



More information about the debian-med-commit mailing list