[pkg-java] r5141 - in trunk/java-package: debian lib
mkoch at alioth.debian.org
mkoch at alioth.debian.org
Wed Dec 19 20:01:18 UTC 2007
Author: mkoch
Date: 2007-12-19 20:01:18 +0000 (Wed, 19 Dec 2007)
New Revision: 5141
Modified:
trunk/java-package/debian/README.Debian
trunk/java-package/debian/changelog
trunk/java-package/debian/compat
trunk/java-package/debian/control
trunk/java-package/lib/ibm-j2sdk.sh
Log:
java-package (0.39) unstable; urgency=low
* Added support for IBM JDK 6.0 final release.
* Updated Standard-Version to 3.7.3.
* Updated debhelper level to 5.
-- Michael Koch <konqueror at gmx.de> Tue, 18 Dec 2007 07:38:34 +0100
Modified: trunk/java-package/debian/README.Debian
===================================================================
--- trunk/java-package/debian/README.Debian 2007-12-19 09:08:42 UTC (rev 5140)
+++ trunk/java-package/debian/README.Debian 2007-12-19 20:01:18 UTC (rev 5141)
@@ -34,8 +34,9 @@
file are 755 before running make-jpkg against them.
* IBM (http://www.ibm.com/developerworks/java/jdk/linux140/)
- - The J2SE Development Kit (JDK), version 1.3.1, 1.4.2, and 5.0 tested
- on x86 and powerpc; other available architectures should work as well
+ - The J2SE Development Kit (JDK), version 1.3.1, 1.4.2, 5.0 and 6.0
+ tested on x86, amd64 and powerpc; other available architectures should
+ work as well
- The same applies for the J2SE Runtime Environment (JRE)
- Documentation packages are not yet supported
- Users of PowerPC architecture must be aware that the
Modified: trunk/java-package/debian/changelog
===================================================================
--- trunk/java-package/debian/changelog 2007-12-19 09:08:42 UTC (rev 5140)
+++ trunk/java-package/debian/changelog 2007-12-19 20:01:18 UTC (rev 5141)
@@ -1,3 +1,11 @@
+java-package (0.39) unstable; urgency=low
+
+ * Added support for IBM JDK 6.0 final release.
+ * Updated Standard-Version to 3.7.3.
+ * Updated debhelper level to 5.
+
+ -- Michael Koch <konqueror at gmx.de> Tue, 18 Dec 2007 07:38:34 +0100
+
java-package (0.38) unstable; urgency=low
* Mention SUN JDK 6 in REAME.Debian. Closes: #448258.
Modified: trunk/java-package/debian/compat
===================================================================
--- trunk/java-package/debian/compat 2007-12-19 09:08:42 UTC (rev 5140)
+++ trunk/java-package/debian/compat 2007-12-19 20:01:18 UTC (rev 5141)
@@ -1 +1 @@
-4
+5
Modified: trunk/java-package/debian/control
===================================================================
--- trunk/java-package/debian/control 2007-12-19 09:08:42 UTC (rev 5140)
+++ trunk/java-package/debian/control 2007-12-19 20:01:18 UTC (rev 5141)
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Carlos Laviola <claviola at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Jeroen van Wolffelaar <jeroen at wolffelaar.nl>, Barry Hawkins <barry at alltc.com>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 4.0.0)
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.3
Package: java-package
Architecture: all
Modified: trunk/java-package/lib/ibm-j2sdk.sh
===================================================================
--- trunk/java-package/lib/ibm-j2sdk.sh 2007-12-19 09:08:42 UTC (rev 5140)
+++ trunk/java-package/lib/ibm-j2sdk.sh 2007-12-19 20:01:18 UTC (rev 5141)
@@ -25,6 +25,11 @@
j2se_expected_min_size=61 # 63942070 bytes
found=true
;;
+ "ibm-java-sdk-6.0-0.0-linux-i386.tgz" ) # SUPPORTED
+ j2se_version=1.6.0${revision}
+ j2se_expected_min_size=82 # 85983232 bytes
+ found=true
+ ;;
esac
;;
amd64|x86_64-linux-gnu)
@@ -44,6 +49,11 @@
j2se_expected_min_size=61 # 63942070 bytes
found=true
;;
+ "ibm-java-sdk-6.0-0.0-linux-x86_64.tgz" ) # SUPPORTED
+ j2se_version=1.6.0${revision}
+ j2se_expected_min_size=81 # 84934656 bytes
+ found=true
+ ;;
esac
;;
powerpc|powerpc-linux)
@@ -73,6 +83,11 @@
j2se_expected_min_size=61 # 63942070 bytes
found=true
;;
+ "ibm-java-sdk-6.0-0.0-linux-ppc.tgz" ) # SUPPORTED
+ j2se_version=1.6.0${revision}
+ j2se_expected_min_size=83 # 87031808 bytes
+ found=true
+ ;;
esac
;;
powerpc64|powerpc64-linux)
@@ -92,6 +107,11 @@
j2se_expected_min_size=61 # 63942070 bytes
found=true
;;
+ "ibm-java-sdk-6.0-0.0-linux-ppc64.tgz" ) # SUPPORTED
+ j2se_version=1.6.0${revision}
+ j2se_expected_min_size=84 # 88080384 bytes
+ found=true
+ ;;
esac
;;
s390|s390-linux)
@@ -131,6 +151,11 @@
j2se_expected_min_size=61 # 63942070 bytes
found=true
;;
+ "ibm-java-sdk-6.0-0.0-linux-s390.tgz" ) # SUPPORTED
+ j2se_version=1.6.0${revision}
+ j2se_expected_min_size=80 # 83886080 bytes
+ found=true
+ ;;
esac
;;
esac
More information about the pkg-java-commits
mailing list