* Add firefox-javaplugin.so alternative Closes: #673670
* Add java6-{runtime|sdk|...} to the provides line in generated packages Closes: #684993
-
+ * Add java6-{runtime|sdk|...} to the provides line in generated packages Closes: #684993
+ * Drop installation debconf note Closes: #685082
+
[Emmanuel Bourg]
* Improved detection of the JRE/JDK version (supports 2 digits Java 7 updates)
* Brand and naming cleanup
+++ /dev/null
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]
-then
- . /usr/share/debconf/confmodule
- db_input high java-package/postinst-note || true
- db_go
-fi
-
-#DEBHELPER#
-
-exit 0
+++ /dev/null
-Template: java-package/postinst-note
-Type: note
-Description: Java-package is now installed - You can invoke make-jpkg to build Java Debian packages
- To use it:
- 1) download one of the java binary archive listed below
- 2) invoke make-jpkg <archive-file> to build a Debian package from the downloaded archive-
- 3) install the generated package using dpkg
- .
- Supported Java binary distributions currently include:
- * Oracle :
- - The J2SE Development Kit (JDK), version 6 (update >= 10), 7
- - The J2SE Runtime Environment (JRE), version 6 (update >= 10), 7
- - The J2SE API Javadoc, version 6 (update >= 10), 7