This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository joda-convert.
commit 8cfea17e0309e9f7d681c253f3bb7599f73cadb6 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 27 19:23:48 2017 +0200 Suggest the optional dependencies instead of recommending them --- debian/changelog | 1 + debian/control | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 25a6117..59d7e52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ joda-convert (1.8.1-2) UNRELEASED; urgency=medium * Build depend on junit4 instead of junit + * Suggest the optional dependencies instead of recommending them * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 0ebef43..6562a69 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,7 @@ Homepage: http://www.joda.org/joda-convert/ Package: libjoda-convert-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} -Recommends: ${maven:OptionalDepends} -Suggests: libjoda-convert-java-doc +Suggests: libjoda-convert-java-doc, ${maven:OptionalDepends} Description: Joda Convert - Java API to convert Objects to and from Strings Joda-Convert provides a small set of classes to aid conversion between Objects and Strings. It is not intended to tackle the wider problem of Object to @@ -26,8 +25,7 @@ Package: libjoda-convert-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libjoda-convert-java +Suggests: libjoda-convert-java, ${maven:DocOptionalDepends} Description: Documentation for Joda Convert Joda-Convert provides a small set of classes to aid conversion between Objects and Strings. It is not intended to tackle the wider problem of Object to -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/joda-convert.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

