[med-svn] [SCM] bowtie2 branch, master, updated. upstream/2.0.0-beta7-38-gc1ba6b6
Carlos Borroto
carlos.borroto at gmail.com
Sat Nov 3 03:20:50 UTC 2012
The following commit has been merged in the master branch:
commit 9fff03564930ae56e5f10af0fea37da4425eb4cb
Author: Carlos Borroto <carlos.borroto at gmail.com>
Date: Fri Nov 2 23:07:02 2012 -0400
dropped beta for source files handling in get-orig-source and watch files
diff --git a/debian/get-orig-source b/debian/get-orig-source
index 95bfe88..489e95b 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -6,4 +6,4 @@ PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
VERSION=`uscan --verbose --force-download --repack --destdir ../tarballs| \
grep "Newest version on remote site is .* local version is .*" | \
head -n 1 | \
- sed "s/Newest version on remote site is \([0-9\.]\+-beta[0-9]\+\)-source,.*/\1/"`
+ sed "s/Newest version on remote site is \([0-9\.]\+\)-source,.*/\1/"`
diff --git a/debian/watch b/debian/watch
index d2c6f8a..73379ec 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\.]+\-beta\d)\-source\.zip
+ http://sf.net/bowtie-bio/bowtie2-([\d\.]+)\-source\.zip
--
ultrafast memory-efficient short read aligner
More information about the debian-med-commit
mailing list