The following commit has been merged in the master branch:
commit 62f0c9d545820301749c9b4fb74044ad4c9ab2b3
Author: Andreas Tille <[email protected]>
Date:   Tue Jun 26 09:14:13 2012 +0200

    If you have debian/compat = 9 you need to have a versioned Build-Depends 
from debhelper >= 9 (as lintian suggests)

diff --git a/debian/changelog b/debian/changelog
index dfc7c63..5b0de27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 bwa (0.6.2-1) UNRELEASED; urgency=low
 
+  [ Carlos Borroto ]
   * New upstream release
 
+  [ Andreas Tille ]
+  * debian/control:
+     - versioned Build-Depends debhelper >= 9
+
  -- Carlos Borroto <[email protected]>  Thu, 21 Jun 2012 13:44:58 -0400
 
 bwa (0.6.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 6084e08..bf848b5 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.9.4~), zlib1g-dev
+Build-Depends: debhelper (>= 9), zlib1g-dev
 Standards-Version: 3.9.2
 Homepage: http://bio-bwa.sourceforge.net/ 
 Vcs-Browser: http://git.debian.org/?p=debian-med/bwa.git

-- 
Burrows-Wheeler Aligner

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to