This is an automated email from the git hooks/post-receive script. moeller pushed a commit to branch master in repository ugene.
commit a999ce30d1f148629c85abade1d9dd031dff84c9 Author: Steffen Moeller <[email protected]> Date: Wed Sep 20 14:12:48 2017 +0200 Shifting debian/watch to use github.com --- debian/watch | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/watch b/debian/watch index dc8a9f2..ddb8247 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,9 @@ version=4 -opts="repacksuffix=+dfsg,dversionmangle=s/\+(repack|dfsg)//,repack,compression=xz" \ -http://ugene.unipro.ru/downloads/ugene_get_latest_source.html \ - .*/ugene-([\d.]+)\.tar\.gz +# GitHub hosted projects +opts="repacksuffix=+dfsg,dversionmangle=s/\+(repack|dfsg)//,repack,compression=xz,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \ + https://github.com/ugeneunipro/ugene/tags \ + (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate + +#opts="repacksuffix=+dfsg,dversionmangle=s/\+(repack|dfsg)//,repack,compression=xz" \ +#http://ugene.unipro.ru/downloads/ugene_get_latest_source.html \ +# .*/ugene-([\d.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ugene.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
