This is an automated email from the git hooks/post-receive script. emorrp1-guest pushed a commit to branch master in repository scorched3d.
commit 045ed0361965de7cea90a14d651b7179c16053f1 Author: Phil Morrell <[email protected]> Date: Wed Feb 24 05:31:24 2016 +0000 simplify watch file using version 4 --- debian/watch | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/watch b/debian/watch index 9a3a28b..7f7b83f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,6 @@ -version=3 -opts="dversionmangle=s/(\+|\.)?dfsg(.?\d+)?$//,\ -uversionmangle=s/(\d)[_\.\-\+]?([a-z][\-\.]?\d*)$/$1.$2/;s/(B|b)eta/~beta/" \ -http://sf.net/scorched3d/ Scorched3D-(.*)-src\.tar\.gz +version=4 +opts="dversionmangle=s/\+dfsg//, \ + uversionmangle=s/(B|b)eta/~beta/;s/(\d)([a-z])/$1.$2/, \ + oversionmangle=s/$/+dfsg-1/" \ + http://sf.net/@PACKAGE@/ \ + Scorched3D@ANY_VERSION@-src@ARCHIVE_EXT@ debian uupdate -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/scorched3d.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

