Bug#597294: marked as done (java-package: Failed with Sun's JDK with a 2 digits update version (ie, 6u21))

2013-01-16 Thread Debian Bug Tracking System
Your message dated Thu, 17 Jan 2013 02:47:30 +
with message-id e1tvfvq-0008sz...@franck.debian.org
and subject line Bug#597294: fixed in java-package 0.50+nmu2
has caused the Debian Bug report #597294,
regarding java-package: Failed with Sun's JDK with a 2 digits update version 
(ie, 6u21)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
597294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597294
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.42
Severity: important


In this version make-jpkg doesn't handle Oracle/Sun's JDK archives with
a 2 digits long update number, like in 'jdk-6u21-linux-i586.bin'.

The following patch fix this:

---cut---
--- /usr/share/java-package/sun-j2sdk.sh.orig   2010-09-18
15:15:52.380343347 +0200
+++ /usr/share/java-package/sun-j2sdk.sh2010-09-18 15:06:49.200324827 
+0200
@@ -50,6 +50,11 @@
j2se_expected_min_size=130
found=true
;;
+   jdk-6u[0-9][0-9]-linux-i586.bin) # SUPPORTED
+   j2se_version=1.6.0+update${archive_name:6:2}${revision}
+   j2se_expected_min_size=130
+   found=true
+   ;;
   esac
   ;;
 ia64|ia64-linux-gnu)
@@ -93,11 +98,21 @@
j2se_expected_min_size=130
found=true
;;
+   jdk-6u[0-9][0-9]-linux-amd64.bin) # SUPPORTED
+   j2se_version=1.6.0+update${archive_name:6:2}${revision}
+   j2se_expected_min_size=130
+   found=true
+   ;;
jdk-6u[0-9]-linux-x64.bin) # SUPPORTED
j2se_version=1.6.0+update${archive_name:6:1}${revision}
j2se_expected_min_size=130
found=true
;;
+   jdk-6u[0-9][0-9]-linux-x64.bin) # SUPPORTED
+   j2se_version=1.6.0+update${archive_name:6:2}${revision}
+   j2se_expected_min_size=130
+   found=true
+   ;;
   esac
   ;;
   esac
---cut---

cheers,
dan

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-bpo.5-vserver-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Source: java-package
Source-Version: 0.50+nmu2

We believe that the bug you reported is fixed in the latest version of
java-package, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 597...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Prévot taf...@debian.org (supplier of updated java-package package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Jan 2013 15:06:26 -0400
Source: java-package
Binary: java-package
Architecture: source all
Version: 0.50+nmu2
Distribution: unstable
Urgency: high
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: David Prévot taf...@debian.org
Description: 
 java-package - Utility for creating Java Debian packages
Closes: 597294 698108
Changes: 
 java-package (0.50+nmu2) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Allow two digits in Java 7 updates. Closes: #597294, #698108
Checksums-Sha1: 
 d214ffe96b295aa06cd47271873504d7b8b8093c 1642 java-package_0.50+nmu2.dsc
 571685c1c3d80c291f0da4faa821f4477f8e3e52 17453 java-package_0.50+nmu2.tar.gz
 335af5cba2f647118f93c39201ac850c94028aa2 19486 java-package_0.50+nmu2_all.deb
Checksums-Sha256: 
 730e93d4bae5a4d9caf89315b7504d451dd5224f6a419f3567104e1a212520fe 1642 
java-package_0.50+nmu2.dsc
 936c5e55dd92ed25a7b8dbde5cb33567c248c750560048458aa4d74462a22391 17453 
java-package_0.50+nmu2.tar.gz
 3925d98bbda5ef4199f0b7e18b651185051e18e2b35df739ebe5aa3a8d8b02cb 19486 
java-package_0.50+nmu2_all.deb
Files: 
 a7b6b2a3595318daa837603772b4d41a 1642 contrib/misc optional 
java-package_0.50+nmu2.dsc
 e095ae54bd5fbf8499b9657c3dadcd0b 17453 contrib/misc optional 
java-package_0.50+nmu2.tar.gz
 26ddd326899de1992e845b93fb9cdbbc 19486 contrib/misc optional 
java-package_0.50+nmu2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)


Bug#597294: marked as done (java-package: Failed with Sun's JDK with a 2 digits update version (ie, 6u21))

2012-08-19 Thread Debian Bug Tracking System
Your message dated Sun, 19 Aug 2012 13:47:49 +
with message-id e1t35r3-0003d1...@franck.debian.org
and subject line Bug#597294: fixed in java-package 0.51~exp1
has caused the Debian Bug report #597294,
regarding java-package: Failed with Sun's JDK with a 2 digits update version 
(ie, 6u21)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
597294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597294
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: java-package
Version: 0.42
Severity: important


In this version make-jpkg doesn't handle Oracle/Sun's JDK archives with
a 2 digits long update number, like in 'jdk-6u21-linux-i586.bin'.

The following patch fix this:

---cut---
--- /usr/share/java-package/sun-j2sdk.sh.orig   2010-09-18
15:15:52.380343347 +0200
+++ /usr/share/java-package/sun-j2sdk.sh2010-09-18 15:06:49.200324827 
+0200
@@ -50,6 +50,11 @@
j2se_expected_min_size=130
found=true
;;
+   jdk-6u[0-9][0-9]-linux-i586.bin) # SUPPORTED
+   j2se_version=1.6.0+update${archive_name:6:2}${revision}
+   j2se_expected_min_size=130
+   found=true
+   ;;
   esac
   ;;
 ia64|ia64-linux-gnu)
@@ -93,11 +98,21 @@
j2se_expected_min_size=130
found=true
;;
+   jdk-6u[0-9][0-9]-linux-amd64.bin) # SUPPORTED
+   j2se_version=1.6.0+update${archive_name:6:2}${revision}
+   j2se_expected_min_size=130
+   found=true
+   ;;
jdk-6u[0-9]-linux-x64.bin) # SUPPORTED
j2se_version=1.6.0+update${archive_name:6:1}${revision}
j2se_expected_min_size=130
found=true
;;
+   jdk-6u[0-9][0-9]-linux-x64.bin) # SUPPORTED
+   j2se_version=1.6.0+update${archive_name:6:2}${revision}
+   j2se_expected_min_size=130
+   found=true
+   ;;
   esac
   ;;
   esac
---cut---

cheers,
dan

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-bpo.5-vserver-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Source: java-package
Source-Version: 0.51~exp1

We believe that the bug you reported is fixed in the latest version of
java-package, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 597...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cédric Pineau cedric.pin...@gmail.com (supplier of updated java-package 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Aug 2012 11:00:34 +0200
Source: java-package
Binary: java-package
Architecture: source all
Version: 0.51~exp1
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Cédric Pineau cedric.pin...@gmail.com
Description: 
 java-package - Utility for creating Java Debian packages
Closes: 597294 673670 684993 685082
Changes: 
 java-package (0.51~exp1) experimental; urgency=low
 .
   * Add firefox-javaplugin.so alternative (Closes: #673670) (LP: #1024368)
   * Add java5 and 6-{runtime|sdk|...} to the provides line in generated
 packages (Closes: #684993) (LP: #995655)
   * Drop installation debconf note (Closes: #685082)
   * Correct handling of amd64 in oracle-jdk6.1-4 and improve error message
 when used with unknown archives
   * Add support for earlier oracle-jdk6 version
 .
   [ Emmanuel Bourg ]
   * Improved detection of the JRE/JDK version (supports 2 digits Java 7 
updates)
 (Closes: #597294)
   * Brand and naming cleanup
   * Documentation directory changed to be /usr/share/doc/oracle-javaV-doc
 (for oracle)
 .
   [ Joerg Schirottke ]
   * Add mozilla-javaplugin.so alternative
 .
   [ Sylvestre Ledru ]
   * Standards-Version updated to 3.9.3
Checksums-Sha1: 
 08ee1cdb645503c6ce9ce01e6a15b84bb4ce94d1 1002 java-package_0.51~exp1.dsc
 68c64597946001544f850854addc35b0e2c495f8 17774 java-package_0.51~exp1.tar.gz