This is an automated email from the git hooks/post-receive script. sergiodj-guest pushed a commit to branch master in repository sleepyhead.
commit 81098919c6da96fcd22d4dcfab0b653eb71cc50b Author: Sergio Durigan Junior <[email protected]> Date: Mon Aug 21 01:14:20 2017 -0400 Fix d/watch. --- debian/watch | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/watch b/debian/watch index 8da30dc..7e98d98 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,4 @@ -version=3 - - -opts="filenamemangle=s/.*\.tar\.gz\?ref=v?(\d\S*)/sleepyhead-code-$1\.tar\.gz/g,repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ - https://gitlab.com/sleepyhead/sleepyhead-code/tags .*archive\.tar\.gz\?ref=v?(\d\S*) +version=4 +opts="filenamemangle=s/@ANY_VERSION@\/.*\.tar\.gz/sleepyhead-code-$1\.tar\.gz/g,\ +repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ + https://gitlab.com/sleepyhead/sleepyhead-code/tags .*/repository/@ANY_VERSION@/archive\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/sleepyhead.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
