The following commit has been merged in the experimental branch:
commit 5f00c710adac1e733c03fd4ccc8648617ba16eb9
Author: Charles Plessy <[email protected]>
Date: Mon Nov 14 19:11:35 2011 +0900
Pass Dpkg build flags to the compiler through Debhelper 9. Thanks, Niels
Thykier!
Message-ID: <[email protected]>
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
<[email protected].
DM-Upload-Allowed: yes
Uploaders: Charles Plessy <[email protected]>,
Andreas Tille <[email protected]>
-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
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit