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 0585eb592d87bcb4de419001aa15c51a2c9a8140 Author: Emmanuel Bourg <[email protected]> Date: Sun Sep 7 22:18:55 2014 +0000 Refreshed the package --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 42 ++++++++++++++++++++++++++++++------------ 3 files changed, 38 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index ebdd382..95365dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,14 @@ libquartz-java (1:1.7.3-4) UNRELEASED; urgency=low + [ Mathieu Malaterre ] * Remove self from Uploaders + [ Emmanuel Bourg ] + * debian/control: + - Use canonical URLs for the Vcs-* fields + - Updated Standards-Version to 3.9.5 (no changes) + * Switch to debhelper level 9 + -- Mathieu Malaterre <[email protected]> Thu, 11 Apr 2013 12:09:34 +0200 libquartz-java (1:1.7.3-3) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index bd36007..c5248de 100644 --- a/debian/control +++ b/debian/control @@ -2,21 +2,39 @@ Source: libquartz-java Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4), javahelper -Build-Depends-Indep: glassfish-activation, glassfish-javaee, glassfish-mail, libcommons-logging-java, - 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-validator-java -Standards-Version: 3.9.3 -Homepage: http://quartz-scheduler.org -Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libquartz-java +Uploaders: Varun Hiremath <[email protected]>, + Torsten Werner <[email protected]> +Build-Depends: cdbs, + debhelper (>= 9), + default-jdk, + javahelper, + maven-debian-helper (>= 1.4) +Build-Depends-Indep: default-jdk-doc, + glassfish-activation, + glassfish-javaee, + glassfish-mail, + junit, + libasm3-java, + libcommons-beanutils-java-doc, + libcommons-dbcp-java, + libcommons-dbcp-java-doc, + libcommons-logging-java, + libcommons-logging-java-doc, + libcommons-modeler-java, + libcommons-pool-java-doc, + libcommons-validator-java, + liblog4j1.2-java-doc, + libmaven-javadoc-plugin-java, + libservlet2.5-java, + libservlet2.5-java-doc +Standards-Version: 3.9.5 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libquartz-java Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libquartz-java/ +Homepage: http://quartz-scheduler.org Package: libquartz-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Suggests: libquartz-java-doc Description: open source job scheduling system @@ -32,7 +50,7 @@ Description: open source job scheduling system Package: libquartz-java-doc Architecture: all Section: doc -Depends: ${misc:Depends}, ${maven:DocDepends} +Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libquartz-java Description: open source job scheduling system - documentation -- 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

