This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository lgogdownloader.
commit 3acad227b6d7984d9fe069d606ece81bfd463432 Author: Stephen Kitt <[email protected]> Date: Mon Jun 19 08:54:54 2017 +0200 Update watch file --- debian/changelog | 1 + debian/watch | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d87dc1b..8965391 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ lgogdownloader (3.2-1) UNRELEASED; urgency=medium * New upstream release. + * Update watch file. -- Stephen Kitt <[email protected]> Sat, 10 Jun 2017 23:13:03 +0200 diff --git a/debian/watch b/debian/watch index 3642829..fa8d70e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ -# watch control file for uscan -version=3 - -https://github.com/Sude-/lgogdownloader/tags (?:.*/)?v?(\d[\d\.]*)\.(?:tar\.gz|tar\.bz2|tar\.xz) +version=4 +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%lgogdownloader-$1.tar.gz%" \ + https://github.com/Sude-/lgogdownloader/tags \ + (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lgogdownloader.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

