This is an automated email from the git hooks/post-receive script. malex-guest pushed a commit to branch master in repository bowtie2.
commit 7d8267368f9c6096aed234dc9f0c94de65b01bdf Author: Alexandre Mestiashvili <[email protected]> Date: Fri Nov 7 17:43:37 2014 +0100 d/control: add python dependency, needed to build bowtie2-build man page d/watch: fix issue when uscan wasn't downloading the new upstream version, see #766878 d/changelog: mention changes above --- debian/changelog | 7 +++++++ debian/control | 3 ++- debian/watch | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d87a9df..9227722 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +bowtie2 (2.2.4-2) UNRELEASED; urgency=medium + + * d/control: add python dependency, needed to build bowtie2-build man page + * d/watch: fix issue when uscan wasn't downloading the new upstream version, see #766878 + + -- Alexandre Mestiashvili <[email protected]> Fri, 07 Nov 2014 23:23:31 +0100 + bowtie2 (2.2.4-1) unstable; urgency=medium [ Andreas Tille ] diff --git a/debian/control b/debian/control index ca2488d..e493275 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,8 @@ Section: science Testsuite: autopkgtest Priority: optional Build-Depends: debhelper (>= 9.0), - help2man + help2man, + python Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/bowtie2.git Vcs-Git: git://anonscm.debian.org/debian-med/bowtie2.git diff --git a/debian/watch b/debian/watch index 73379ec..f14a92a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 -opts=filenamemangle=s/(.*)(-source)(\..*$)/$1$3/\ - http://sf.net/bowtie-bio/bowtie2-([\d\.]+)\-source\.zip +opts=filenamemangle=s@.*/(bowtie2-[\d.]+)-source(\.zip)$@$1@ \ +http://sf.net/bowtie-bio/bowtie2-([\d.]+)-source\.zip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bowtie2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
