tags 685082 + patch
tags 685082 + pending
thanks

Dear maintainer,

I've prepared an NMU for java-package (versioned as 0.50+nmu1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

It's almost a cherry-pick of 262a79a and 0851561 from your repository.

I'll take care of the unblock request.

Regards.

David
diff -Nru java-package-0.50/debian/changelog java-package-0.50+nmu1/debian/changelog
--- java-package-0.50/debian/changelog	2012-02-19 14:13:36.000000000 -0400
+++ java-package-0.50+nmu1/debian/changelog	2012-09-06 18:38:09.000000000 -0400
@@ -1,3 +1,10 @@
+java-package (0.50+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drop installation debconf note. Closes: #685082
+
+ -- David Prévot <taf...@debian.org>  Thu, 06 Sep 2012 18:38:03 -0400
+
 java-package (0.50) unstable; urgency=low
 
   * Java-package reset for reintroduction in debian (removal of all
diff -Nru java-package-0.50/debian/control java-package-0.50+nmu1/debian/control
--- java-package-0.50/debian/control	2012-02-19 13:54:57.000000000 -0400
+++ java-package-0.50+nmu1/debian/control	2012-09-06 18:38:27.000000000 -0400
@@ -10,8 +10,7 @@
 
 Package: java-package
 Architecture: all
-Depends:  ${misc:Depends}, debhelper, fakeroot, unzip, libx11-6, libasound2,
- debconf (>= 0.5) | debconf-2.0
+Depends: ${misc:Depends}, debhelper, fakeroot, unzip, libx11-6, libasound2
 Recommends: dpkg-dev, gcc
 Suggests: openjdk-6-jre, openjdk-7-jre
 Description: Utility for creating Java Debian packages
diff -Nru java-package-0.50/debian/postinst java-package-0.50+nmu1/debian/postinst
--- java-package-0.50/debian/postinst	2012-02-19 13:45:36.000000000 -0400
+++ java-package-0.50+nmu1/debian/postinst	1969-12-31 20:00:00.000000000 -0400
@@ -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 -Nru java-package-0.50/debian/prerm java-package-0.50+nmu1/debian/prerm
--- java-package-0.50/debian/prerm	2012-02-19 13:45:45.000000000 -0400
+++ java-package-0.50+nmu1/debian/prerm	1969-12-31 20:00:00.000000000 -0400
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "purge" ]
-then
-	. /usr/share/debconf/confmodule
-	db_purge
-fi
-
-#DEBHELPER#
-
-exit 0
diff -Nru java-package-0.50/debian/rules java-package-0.50+nmu1/debian/rules
--- java-package-0.50/debian/rules	2012-02-19 13:52:07.000000000 -0400
+++ java-package-0.50+nmu1/debian/rules	2012-09-06 18:23:37.000000000 -0400
@@ -28,7 +28,6 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	dh_installdebconf
 	install -m 755 make-jpkg.out $(B)/usr/bin/make-jpkg
 	cp lib/*.sh $(B)/usr/share/java-package/
 	find $(B) -type d -name .svn | xargs -r rm -r
diff -Nru java-package-0.50/debian/templates java-package-0.50+nmu1/debian/templates
--- java-package-0.50/debian/templates	2012-02-08 19:52:45.000000000 -0400
+++ java-package-0.50+nmu1/debian/templates	1969-12-31 20:00:00.000000000 -0400
@@ -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

Attachment: signature.asc
Description: Digital signature

Reply via email to