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 da1e4d5b8a2ba28c969521b3780332741fec8550 Author: Torsten Werner <[email protected]> Date: Tue Sep 27 18:04:53 2011 +0000 * Add missing Build-Depends: libcommons-validator-java. (Closes: #643503) * Fix lintian warnings for debian/copyright. --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/copyright | 6 +++--- debian/watch | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 320eb6b..99849a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libquartz-java (1.7.3-2) unstable; urgency=low + + * Add missing Build-Depends: libcommons-validator-java. (Closes: #643503) + * Fix lintian warnings for debian/copyright. + + -- Torsten Werner <[email protected]> Tue, 27 Sep 2011 20:03:48 +0200 + libquartz-java (1.7.3-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index bed1edd..9eeeecd 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends-Indep: glassfish-activation, glassfish-javaee, glassfish-mail, lib libservlet2.5-java, junit, libasm3-java, default-jdk-doc, libcommons-logging-java-doc, libservlet2.5-java-doc, libcommons-beanutils-java-doc, libcommons-dbcp-java-doc, libcommons-pool-java-doc, liblog4j1.2-java-doc, libmaven-javadoc-plugin-java, - libcommons-modeler-java, libcommons-dbcp-java + libcommons-modeler-java, libcommons-dbcp-java, libcommons-validator-java Standards-Version: 3.9.1 Homepage: http://quartz-scheduler.org Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libquartz-java diff --git a/debian/copyright b/debian/copyright index b792ad4..520b64f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ -Format-Specification: http://dep.debian.net/deps/dep5/ -Name: Quartz Parent POM -Maintainer: James House <[email protected]> as Primary Developer +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: Quartz Parent POM +Upstream-Contact: James House <[email protected]> as Primary Developer Jason Voegele <[email protected]> as Build Engineer, Release Engineer Source: http://quartz-scheduler.org/ diff --git a/debian/watch b/debian/watch index 68b3017..a3d4da7 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-([\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

