This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jenkins-json.
commit 372be1432c0e8b1e8613a018737c66547932d814 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 20 10:30:21 2015 +0100 Fixed debian/watch --- debian/changelog | 1 + debian/watch | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 407a859..d0fcfa4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jenkins-json (2.4-jenkins-3-4) UNRELEASED; urgency=medium * Team upload. * Transition to Groovy 2 * Standards-Version updated to 3.9.6 (no changes) + * Fixed debian/watch -- Emmanuel Bourg <[email protected]> Fri, 20 Nov 2015 10:26:32 +0100 diff --git a/debian/watch b/debian/watch index bfb49fb..ff17e1a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,2 @@ version=3 -opts=dversionmangle=s/\.dfsg// \ -http://githubredir.debian.net/github/jenkinsci/json-lib/ json-lib-(.+).tar.gz debian debian/orig-tar.sh +https://github.com/jenkinsci/json-lib/tags .*/json-lib-(.*).tar.gz debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-json.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

