Skip to content
Commits on Source (2)
java-package (0.63) UNRELEASED; urgency=medium
* Team upload.
* Suggest openjdk-8-jre instead of openjdk-7-jre
-- Emmanuel Bourg <ebourg@apache.org> Wed, 04 Jan 2017 16:07:59 +0100
java-package (0.62) unstable; urgency=medium
* Team upload.
......@@ -35,7 +42,7 @@ java-package (0.60) unstable; urgency=medium
* Changed the architecture of the documentation packages from any to all.
* Changed the section of the documentation packages to non-free/doc
* Disabled dh_strip_nondeterminism when generating the Java packages
to speed up the build
to speed up the build and fix a corruption issue (Closes: #806463)
[ tony mancill ]
* Update the package long description.
......
......@@ -24,7 +24,7 @@ Depends: debhelper (>= 9),
libxxf86vm1,
unzip,
${misc:Depends}
Suggests: openjdk-7-jre
Suggests: openjdk-8-jre
Description: Utility for creating Java Debian packages
This package provides the capability to build a Debian package from
a Java binary distribution by running make-jpkg <java binary archive file>.
......