This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjoda-time-java.
commit 6a2e71e196182e79ead1278e964f62790701df1a Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 20 23:07:09 2016 +0200 Downgraded the optional Maven dependencies to suggested package dependencies --- debian/changelog | 1 + debian/control | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index aa6767e..ddbabab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libjoda-time-java (2.9.3-2) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.8 (no changes) * Removed the Maven 2 compatibility patch + * Downgraded the optional Maven dependencies to suggested package dependencies -- Emmanuel Bourg <[email protected]> Mon, 20 Jun 2016 23:01:27 +0200 diff --git a/debian/control b/debian/control index 7e0174c..5820b3a 100644 --- a/debian/control +++ b/debian/control @@ -21,8 +21,7 @@ Homepage: http://www.joda.org/joda-time Package: libjoda-time-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} -Recommends: ${maven:OptionalDepends} -Suggests: libjoda-time-java-doc +Suggests: ${maven:OptionalDepends}, libjoda-time-java-doc Description: Java date and time API Joda-Time provides a quality replacement for the Java date and time classes. The design allows for multiple calendar systems, while still @@ -35,8 +34,7 @@ Package: libjoda-time-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} -Recommends: ${maven:DocOptionalDepends} -Suggests: libjoda-time-java +Suggests: ${maven:DocOptionalDepends}, libjoda-time-java Description: Java date and time API (developer documentation) Joda-Time provides a quality replacement for the Java date and time classes. The design allows for multiple calendar systems, while still -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjoda-time-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

