This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-configuration.
commit 127f7db67b714b397de0cc230fb5b8fbbadc5f4d Author: Emmanuel Bourg <[email protected]> Date: Thu Dec 17 09:00:21 2015 +0100 Suggest the optional dependencies instead of recommending them --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6938303..36f1eaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ commons-configuration (1.10-4) UNRELEASED; urgency=medium * Ignore the scm-publish plugin to fix the build failure with Maven 3 * Build with the DH sequencer instead of CDBS + * Suggest the optional dependencies instead of recommending them -- Emmanuel Bourg <[email protected]> Thu, 17 Dec 2015 08:37:46 +0100 diff --git a/debian/control b/debian/control index c964fcc..1924fd6 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,7 @@ Homepage: http://commons.apache.org/configuration/ Package: libcommons-configuration-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} -Recommends: ${maven:OptionalDepends} +Suggests: ${maven:OptionalDepends} Description: Java based library providing a generic configuration interface Commons Configuration provides a generic configuration interface which enables an application to read configuration data from a variety of sources: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-configuration.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

