openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #01485
[Bug 309999] Re: openjdk-jre package should register mimetype association in postinst script (use dh_desktop)
This bug was fixed in the package openjdk-6 - 6b14-0ubuntu7
---------------
openjdk-6 (6b14-0ubuntu7) jaunty; urgency=low
* debian/rules: Call dh_desktop. LP: #309999.
* Add dependency on libjpeg62 for the -headless package. LP: #318383.
* Test some jtreg tests which fail in samevm mode in a separate VM.
* Build all with -fno-stack-protector -U_FORTIFY_SOURCE.
* Include jtr files of failed tests in the -jdk package.
-- Matthias Klose <doko@xxxxxxxxxx> Mon, 19 Jan 2009 00:23:22 +0100
** Changed in: openjdk-6 (Ubuntu)
Status: New => Fix Released
--
openjdk-jre package should register mimetype association in postinst script (use dh_desktop)
https://bugs.launchpad.net/bugs/309999
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openjdk-6” source package in Ubuntu: Fix Released
Status in “openjdk-6” source package in Baltix: New
Bug description:
.jnlp files aren't associated with javaws (Java Web Start) after installation of openjdk-jre package, because MimeType assotiations in /usr/share/applications/*.desktop files should be register with update-desktop-database command in postinst script. You can use for this dh_desktop command during build of deb package.
See postinst of sun-java6-bin package as example.
References