This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository openjk.
commit 11b678a920aa330113cd33e9b7fe2738235fccb4 Author: Simon McVittie <[email protected]> Date: Sun Mar 20 13:44:27 2016 +0000 debian/watch: add (guessing at what releases will look like) --- debian/changelog | 1 + debian/watch | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 581b608..a9533ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ openjk (0~20160320+dfsg1-1) UNRELEASED; urgency=medium * Install README.md and rv-readme.txt in openjk-common * Remove openjk-dbg, rely on automatic dbgsym packages * Symlink all documentation into each game's directory + * debian/watch: add (guessing at what releases will look like) -- Simon McVittie <[email protected]> Fri, 22 Jan 2016 11:09:04 +0000 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..4e0670d --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/openjk-$1\.tar\.gz/ \ + https://github.com/JACoders/OpenJK/tags .*/v?(\d\S*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

