[jedit] 01/01: remove greedy match from watch file URL
Tony Mancill
tmancill at moszumanska.debian.org
Tue Mar 7 05:02:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository jedit.
commit 62ff7b234f081df8b9546a69a18fcf8f09be9c1e
Author: tony mancill <tmancill at debian.org>
Date: Mon Mar 6 21:02:16 2017 -0800
remove greedy match from watch file URL
---
debian/watch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/watch b/debian/watch
index f26bc6f..8c6ab02 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
-version=3
+version=4
opts="uversionmangle=s/pre/~pre/,\
dversionmangle=s/\+dfsg//" \
-http://sf.net/jedit/jedit(.*)source.tar.bz2
+http://sf.net/jedit/jedit(\d\S+)source.tar.bz2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jedit.git
More information about the pkg-java-commits
mailing list