Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Marked bug #806463 as fixed in java-package/0.60
· 5f96e062
Emmanuel Bourg
authored
Dec 18, 2015
5f96e062
Suggest openjdk-8-jre instead of openjdk-7-jre
· 66a06e9d
Emmanuel Bourg
authored
Jan 04, 2017
66a06e9d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
66a06e9d
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.
...
...
debian/control
View file @
66a06e9d
...
...
@@ -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>.
...
...