This is an automated email from the git hooks/post-receive script. jpuydt-guest pushed a commit to branch master in repository minetest-mod-moreblocks.
commit cd10dacc0cee28a5efa9cfab0ab5595791ce288b Author: Julien Puydt <[email protected]> Date: Mon Feb 20 13:43:00 2017 +0100 Use a d/watch now upstream tags releases --- debian/README.source | 3 --- debian/changelog | 1 + debian/watch | 4 ++++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 5aed012..0000000 --- a/debian/README.source +++ /dev/null @@ -1,3 +0,0 @@ -The source tarball is obtained by using a git clone of the upstream archive, -checking out the commit given in debian/changelog's version, removing the .git -directory, then packing the resulting directory. diff --git a/debian/changelog b/debian/changelog index 469c222..a32461d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ minetest-mod-moreblocks (0~20161028+git7f06db22-2) UNRELEASED; urgency=medium * Update d/copyright according to newer upstream. + * Use a d/watch now upstream tags releases. -- Julien Puydt <[email protected]> Mon, 20 Feb 2017 13:41:10 +0100 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..fb78bf5 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts=\ +filenamemangle=s/.*\/v([\d\.-]+)\.tar\.gz/minetest-moreblocks-$1.tar.gz/ \ +https://github.com/minetest-mods/moreblocks/tags .*/archive/v([\d\.]+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-mod-moreblocks.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

