This is an automated email from the git hooks/post-receive script. bdrung pushed a commit to branch master in repository stax-ex.
commit 40d79d775f0b24f1920e8e62d6f8269ff5b60042 Author: Benjamin Drung <[email protected]> Date: Tue Jan 21 16:01:40 2014 +0100 debian/watch: Ignore old versions with underscores. --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 363a7cc..4403abd 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ https://svn.java.net/svn/stax-ex~svn/tags/ \ - stax-ex-(\d.*)/ debian debian/orig-tar.sh + stax-ex-(\d[^_]*)/ debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stax-ex.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

