This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libquartz-java.
commit 9bc5abf9cd6c3efe119ce453fa698658949a62a9 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 26 10:56:13 2016 +0200 Changed debian/watch to track only the 1.x releases --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c2b267d..75265df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libquartz-java (1:1.8.6-2) UNRELEASED; urgency=medium * Removed the unused build dependency on glassfish-activation * Standards-Version updated to 3.9.8 (no changes) * Use secure Vcs-* fields + * Changed debian/watch to track only the 1.x releases -- Emmanuel Bourg <[email protected]> Sun, 03 Apr 2016 16:13:56 +0200 diff --git a/debian/watch b/debian/watch index a3d4da7..fd35994 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://svn.terracotta.org/svn/quartz/tags quartz-([\d.]+)/ debian debian/orig-tar.sh +http://svn.terracotta.org/svn/quartz/tags quartz-(1.[\d.]+)/ debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libquartz-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

