[stax-ex] 01/01: debian/watch: Ignore old versions with underscores.

Benjamin Drung bdrung at moszumanska.debian.org
Tue Jan 21 15:01:55 UTC 2014


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 <benjamin.drung at profitbricks.com>
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



More information about the pkg-java-commits mailing list