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 768fbfdf20b9723aa8ef3067f7f403eb14bbe866 Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 21 13:11:59 2015 +0200 Suggest the optional dependencies instead of recommending them --- debian/changelog | 1 + debian/control | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 742f7df..36763de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libquartz-java (1:1.8.6-1) UNRELEASED; urgency=medium * New upstream release - Ignore the new modules (commonj, oracle, weblogic, all) - New build dependency on libhamcrest-java + * Suggest the optional dependencies instead of recommending them * Standards-Version updated to 3.9.6 (no changes) * Use XZ compression for the upstream tarball * Moved the package to Git diff --git a/debian/control b/debian/control index c32b6b6..ba746fa 100644 --- a/debian/control +++ b/debian/control @@ -36,8 +36,7 @@ Homepage: http://quartz-scheduler.org Package: libquartz-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} -Recommends: ${maven:OptionalDepends} -Suggests: libquartz-java-doc +Suggests: libquartz-java-doc, ${maven:OptionalDepends} Description: open source job scheduling system Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE -- 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

