[eclipse-mylyn] 02/08: Fixed d/watch to support multiple digits in version number components
Jakub Adam
xhaakon-guest at moszumanska.debian.org
Thu Nov 21 15:23:10 UTC 2013
This is an automated email from the git hooks/post-receive script.
xhaakon-guest pushed a commit to branch master
in repository eclipse-mylyn.
commit ef28e767a76f494ad328a37f722d118287d5997d
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Thu Nov 14 16:44:13 2013 +0100
Fixed d/watch to support multiple digits in version number components
---
debian/changelog | 1 +
debian/watch | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index e06f010..45d9001 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
eclipse-mylyn (3.9.1-2) UNRELEASED; urgency=low
* Support Bugzilla authenticated solely via HTTP.
+ * Fixed d/watch to support multiple digits in version number components.
-- Jakub Adam <jakub.adam at ktknet.cz> Mon, 14 Oct 2013 17:49:11 +0200
diff --git a/debian/watch b/debian/watch
index 8ba1689..faa4142 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
opts=dversionmangle=s/\+(fix|dfsg)\d+$// \
-http://eclipse.org/mylyn/downloads .*/mylyn-(\d.\d.\d).v\d+-\d+.zip
+http://eclipse.org/mylyn/downloads .*/mylyn-(\d+.\d+.\d+).v\d+-\d+.zip
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-mylyn.git
More information about the pkg-java-commits
mailing list