This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository mednaffe.
commit c9eaf81cfaaba57690a48d3c9a043e2e1bb1aa72 Author: Stephen Kitt <[email protected]> Date: Tue Jan 24 08:51:08 2017 +0100 Mangle the file name in debian/watch --- debian/changelog | 6 ++++++ debian/watch | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3624bb8..e5fd3ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mednaffe (0.8.3-2) UNRELEASED; urgency=medium + + * Mangle the file name in debian/watch. + + -- Stephen Kitt <[email protected]> Tue, 24 Jan 2017 07:21:48 +0100 + mednaffe (0.8.3-1) unstable; urgency=medium * New upstream release, supporting Mednafen 0.9.39.1 and later, merging diff --git a/debian/watch b/debian/watch index 2b2cc72..12e90f5 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ -# You must remove unused comment lines for the released package. version=3 -https://github.com/AmatCoder/mednaffe/tags (?:.*/)?v?(\d[\d\.]*)\.(?:tar\.gz|tar\.bz2|tar\.xz) +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/mednaffe-$1\.tar\.gz/ \ + https://github.com/AmatCoder/mednaffe/tags (?:.*/)?v?(\d[\d\.]*)\.(?:tar\.gz|tar\.bz2|tar\.xz) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

