[SCM] java-package packaging branch, master, updated. d7060e07977007ffbf5199efaf69e267febc999b

Cédric Pineau cedric.pineau at gmail.com
Sun Aug 19 12:46:42 UTC 2012


The following commit has been merged in the master branch:
commit 262a79ad42b914c045cb4bd9c0344fb769cf951e
Author: Cédric Pineau <cedric.pineau at gmail.com>
Date:   Fri Aug 17 12:34:52 2012 +0200

    Drop installation debconf note Closes: #685082

diff --git a/debian/changelog b/debian/changelog
index dab97f5..a7f6d49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,9 @@ java-package (0.51) unstable; urgency=low
 
   * 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
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index cd46e5b..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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
diff --git a/debian/prerm b/debian/prerm
deleted file mode 100644
index 501069b..0000000
--- a/debian/prerm
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "purge" ]
-then
-	. /usr/share/debconf/confmodule
-	db_purge
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/templates b/debian/templates
deleted file mode 100644
index 249a1d6..0000000
--- a/debian/templates
+++ /dev/null
@@ -1,13 +0,0 @@
-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

-- 
java-package packaging



More information about the pkg-java-commits mailing list