This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jasypt.
commit 6ad06f44618c64a4d9bb326f2503a4daa34ab431 Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 9 00:53:21 2014 +0200 Suggest the optional Maven 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 1bab77d..ed062c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jasypt (1.8-2) UNRELEASED; urgency=medium * Team upload. * debian/control: - Depend on libservlet3.1-java instead of libservlet2.5-java + - Suggest the optional Maven dependencies instead of recommending them - Standards-Version updated to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields * Switch to debhelper level 9 diff --git a/debian/control b/debian/control index 242204a..21af1bc 100644 --- a/debian/control +++ b/debian/control @@ -28,8 +28,7 @@ Homepage: http://www.jasypt.org Package: libjasypt-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} -Recommends: ${maven:OptionalDepends} -Suggests: libjasypt-java-doc +Suggests: libjasypt-java-doc, ${maven:OptionalDepends} Description: java library for simple high-level encryption Jasypt is a java library which allows the developer to add basic encryption capabilities to projects. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasypt.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

