This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository scala.
commit 5e8b6fb8a82e9313e7be7509dbbd2e4165c8232a Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 5 14:08:13 2015 +0100 debian/watch: Fixed the versions matched (x.y.z instead of x.y.z..z) --- debian/changelog | 3 +++ debian/watch | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ead7151..aca7a13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ scala (2.10.4+dfsg-1) UNRELEASED; urgency=low [ Frank S. Thomas ] * Remove myself from Uploaders. + [ Emmanuel Bourg ] + * debian/watch: Fixed the versions matched (x.y.z instead of x.y.z..z) + -- Mehdi Dogguy <[email protected]> Wed, 23 Apr 2014 19:23:33 +0200 scala (2.9.2+dfsg-2) unstable; urgency=low diff --git a/debian/watch b/debian/watch index c820c9f..4c388d8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts="filenamemangle=s/(?:.*)?v(\d(\.\d+)*)\.tar\.gz/scala-$1.tar.gz/" \ - https://github.com/scala/scala/tags (?:.*/)?v(\d(\.\d+)*)\.tar\.gz + https://github.com/scala/scala/tags (?:.*/)?v(\d(?:\.\d+)*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

