This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository trove3.
commit f5c5a4f0e9ef9e41fc490f5b1e79e3ab68f9083e Author: Erich Schubert <[email protected]> Date: Sun Jun 3 19:57:03 2012 +0000 watch v3 upstream versions only --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 90eb08a..ef15533 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ trove3 (3.0.2-1) unstable; urgency=low * License is LGPL 2.1 now, refresh copyright statements * Slightly updated orig-tar.sh file for version 3. * Set -Dversion.number during build. + * Watch only for trove 3 tarballs. * Make lintian happier: do not depend on a JDK * Update policy version, no changes. diff --git a/debian/watch b/debian/watch index 3fcac21..6ed5cd2 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://sf.net/trove4j/trove-([\d.]+)\.tar\.gz debian debian/orig-tar.sh +http://sf.net/trove4j/trove-(3\.[\d.]+)\.tar\.gz debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/trove3.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

