This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository lucene-solr.
commit 5afa6c98558fcd7bdb6905d6172424ae48c2d33e Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 24 16:18:02 2016 +0200 Fixed the watch file --- debian/changelog | 1 + debian/watch | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index cfa8405..80a60fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ lucene-solr (3.6.2+dfsg-9) UNRELEASED; urgency=medium * Switched the dependencies to tomcat8, libservlet3.1-java and jetty9 * Standards-Version updated to 3.9.8 * Use a secure Vcs-* URL + * Fixed the watch file [ tony mancill ] * Add Dutch translation of debconf messages. (Closes: #835136) diff --git a/debian/watch b/debian/watch index 503169d..cc53842 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -opts=dversionmangle=s/\+dfsg// \ -https://github.com/apache/lucene-solr/tags .*/lucene_solr_(\d+)_(\d+)_(\d+).tar.gz debian debian/orig-tar.sh +opts=dversionmangle=s/\+dfsg//,uversionmangle=s/_/./g \ +https://github.com/apache/lucene-solr/tags .*/(?:lucene_solr_)?([\d+_\.]+).tar.gz debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene-solr.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

