This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository armagetronad.
commit 75043e8bebfac9270c3e2087f0c3d688ce9f7347 Author: Markus Koschany <[email protected]> Date: Fri Sep 11 09:08:32 2015 +0200 Add another watch file paragraph for downloading the original sources. The first one detects only stable releases, the other one lets users download the corresponding tarball from sourceforge. --- debian/watch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/watch b/debian/watch index 96f26c8..e815f0e 100644 --- a/debian/watch +++ b/debian/watch @@ -2,3 +2,7 @@ version=3 opts=uversionmangle=s/(\db?)[_\-\.](src)$/$1/ \ http://armagetronad.org/downloads.php \ (?:.*/|.*=|)armagetronad[\-\._]?(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)(?:/\S*)? + +#Use this for downloading the original source tarball +#version=3 +#http://sf.net/armagetronad/armagetronad-(\d\S*)\.src\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/armagetronad.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

