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 <[email protected]> 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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

