This is an automated email from the git hooks/post-receive script. vdanjean pushed a commit to branch master in repository htsjdk.
commit b3ba8c098c6cbb572845d203d854d435763c6405 Author: Vincent Danjean <[email protected]> Date: Wed Aug 31 16:09:29 2016 +0200 Allow suffix for dfsg when repackaging --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index b8e574b..d0e1723 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ +opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg.*//g,repack,compression=xz" \ https://github.com/samtools/htsjdk/releases .*/v?(\d\S*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htsjdk.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
