This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-resources.
commit 149b5e82f93e1bdae2f4831d64f4cd941da9dc3e Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 30 11:50:41 2017 +0200 Suggest the optional dependencies instead of recommending them --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 02a1203..8db9146 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +plexus-resources (1.1.0-2) UNRELEASED; urgency=medium + + * Team upload. + * Suggest the optional dependencies instead of recommending them + + -- Emmanuel Bourg <[email protected]> Wed, 30 Aug 2017 11:50:15 +0200 + plexus-resources (1.1.0-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index e5b0947..e842da4 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Homepage: https://github.com/codehaus-plexus/plexus-resources Package: libplexus-resources-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} -Recommends: ${maven:OptionalDepends} +Suggests: ${maven:OptionalDepends} Description: Plexus Resource Component A component to transparently retrieve resources from the filesystem, classpath or internet. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-resources.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

