[med-svn] [SCM] bwa branch, master, updated. debian/0.6.1-1-7-g62f0c9d
Andreas Tille
tille at debian.org
Tue Jun 26 07:15:20 UTC 2012
The following commit has been merged in the master branch:
commit 62f0c9d545820301749c9b4fb74044ad4c9ab2b3
Author: Andreas Tille <tille at debian.org>
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 <carlos.borroto at gmail.com> 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 <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.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
More information about the debian-med-commit
mailing list