[med-svn] [SCM] bwa branch, experimental, updated. debian/0.5.10-1-14-gbe2c9c4
Andreas Tille
tille at debian.org
Mon Nov 14 11:05:29 UTC 2011
The following commit has been merged in the experimental branch:
commit 65e82bece2f7d962b92b5f700d3fbd48a74bd52a
Author: Andreas Tille <tille at debian.org>
Date: Fri Mar 11 23:04:59 2011 +0100
Fix watch file to not report RC releases; Added myself to Uploaders; drop cdbs in favour of dh
diff --git a/debian/changelog b/debian/changelog
index 02e32ec..8542a1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bwa (0.5.9-2) unstable; urgency=low
+
+ * Watchfile should not regard rc releases.
+ * Drop cdbs in favour of dh
+
+ -- Andreas Tille <tille at debian.org> Fri, 11 Mar 2011 22:49:07 +0100
+
bwa (0.5.9-1) unstable; urgency=low
* New usptream release
diff --git a/debian/control b/debian/control
index 60c8612..814572f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,9 @@ Section: science
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: cdbs, debhelper (>= 8), zlib1g-dev
+Uploaders: Charles Plessy <plessy at debian.org>,
+ Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 8), zlib1g-dev
Standards-Version: 3.9.1
Homepage: http://bio-bwa.sourceforge.net/
Vcs-Browser: http://git.debian.org/?p=debian-med/bwa.git
diff --git a/debian/docs b/debian/docs
index 86aaa36..af6bd65 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,3 @@
ChangeLog
NEWS
+README
diff --git a/debian/rules b/debian/rules
index af5268d..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
+%:
+ dh $@
diff --git a/debian/watch b/debian/watch
index e617cbc..c37e799 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://sf.net/bio-bwa/bwa-(.*)\.tar\.bz2
+http://sf.net/bio-bwa/bwa-([\d\.]+[\da-f]*)\.tar\.bz2
--
Burrows-Wheeler Aligner
More information about the debian-med-commit
mailing list