This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository trove.
commit cf28e88d14a8643bdabe1f55145d81d9274c7b68 Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 18 17:30:04 2018 +0200 Removed the dependency on the JRE --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 02cfe64..4e50e49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ trove (2.1.0-3) UNRELEASED; urgency=medium * Team upload. + * Removed the dependency on the JRE * Build with the DH sequencer instead of CDBS * Removed Michael Koch from the uploaders (Closes: #654137) * Moved the package to Git diff --git a/debian/control b/debian/control index 350df8f..35c98b1 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Homepage: http://trove4j.sourceforge.net Package: libtrove-java Architecture: all -Depends: default-jre-headless | java5-runtime-headless, ${misc:Depends} +Depends: ${misc:Depends} Description: high performance collections for java GNU Trove is a fast, lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/trove.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

