This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository sleepyhead.
commit bb07c969af5f19d3a5a4ad80823af3fabaa1a28c Author: Andreas Tille <[email protected]> Date: Wed Apr 27 18:30:29 2016 +0200 Add watch file pointing to gitlab --- debian/changelog | 6 ++++++ debian/watch | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index af04c11..a5b8564 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sleepyhead (0.9.8-4) UNRELEASED; urgency=medium + + * Add watch file pointing to gitlab + + -- Andreas Tille <[email protected]> Wed, 27 Apr 2016 18:26:45 +0200 + sleepyhead (0.9.8-3) unstable; urgency=medium * Team upload diff --git a/debian/watch b/debian/watch index 90e0b58..8da30dc 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,5 @@ -# upstream is still not releasing versioned source tarballs. -# I've made a request to the author, and he told me he is going to start -# doing that in the next releases. +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*) -- 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
