]> git.sven.stormbind.net Git - sven/java-package.git/blobdiff - debian/changelog
Standards-Version updated to 3.9.5
[sven/java-package.git] / debian / changelog
index 3295b1b7dba020ee2eada424f4d04f9e17bb2132..15d179be11b8470fb3c1f59aebd00de74e2508cc 100644 (file)
@@ -1,12 +1,56 @@
+java-package (0.54) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Added support for ARM VFP/hard-float JDK releases.
+    Thanks to Christopher Huhn <C.Huhn@gsi.de> (Closes: #724455)
+  * Standards-Version updated to 3.9.5 (no changes)
+
+ -- Emmanuel Bourg <ebourg@apache.org>  Wed, 12 Feb 2014 12:14:36 +0100
+
+java-package (0.53) unstable; urgency=low
+
+  * Team upload.
+  * Added support for early access releases (Closes: #721136)
+  * Added support for GA and FCS releases
+  * Excluded the fxavcodecplugin libraries used by JavaFX from the dependency
+    calculation performed by dh_shlibdeps to avoid errors (Closes: #687075)
+  * Updated the package description and debian/README.Debian:
+    - no longer recommend openjdk-6
+    - mention the compatibility with Java 8
+  * Removed 'Replaces: ${j2se_package}debian' from the generated control file
+  * Adjusted the disk space required to unpack the Java 8 documentation
+  * Updated the manpages for Java 8
+  * Updated debhelper level to 7
+  * debian/rules: Use dh_prep instead of dh_clean -k
+  * Removed the recommended dependency on libstdc++5 from the generated
+    control file (used by the now unsupported IBM JDK 5)
+  * Removed the recommended dependency on libgtk1.2 from the generated
+    control file (removed from Squeeze)
+  * Removed the recommended dependency on libx11-6 and libasound2 from
+    the generated control file (these dependencies are already injected
+    by dh_shlibdeps)
+  * Removed the references to "Java 2" from the description of the generated
+    JRE package
+  * Changed the short description of the generate packages to match
+    the official name
+
+ -- Emmanuel Bourg <ebourg@apache.org>  Tue, 10 Sep 2013 14:42:43 +0200
+
 java-package (0.52) unstable; urgency=low
 
   [ Sylvestre Ledru ]
   * Team upload
+  * Upload to unstable
   * Ack the NMU of David Prévot (thanks!)
   * Standards-Version updated to version 3.9.4
   * Remove obsolete variable from the changelog
   * Add support of ARM upstream binary by James Page and Matthias Vill.
     Thanks guys! (Closes: #687375)
+  * Change the installation path from
+    /usr/lib/jvm/jdk-6.38-oracle-x64 or /usr/lib/jvm/jdk-7.10-oracle-x64
+    to
+    /usr/lib/jvm/jdk-6-oracle-x64 and /usr/lib/jvm/jdk-7-oracle-x64
+    Thanks to Constantin Makshin for the patch (Closes: #696227)
 
   [ Cédric Pineau ]
   * Fix lintian errors and warnings
@@ -15,6 +59,19 @@ java-package (0.52) unstable; urgency=low
   * Add {mozilla,firefox}-javaplugin.so for update-java-alternatives.
   * Fix plugin directories. Closes: #686216
 
+  [ Emmanuel Bourg ]
+  * Switched to the 3.0 (native) package format
+  * debian/control: Use canonical URLs for the Vcs-* fields
+  * debian/copyright: Switched to the Machine-readable format 1.0
+  * Updated the manpages to reflect the latest naming changes
+  * Removed the unused provided dependencies (j2sdk<version>, j2re<version>)
+  * Provide the java<version-1>-runtime and java<version-2>-runtime dependencies
+    (Closes: #691063)
+  * Provide the java<version>-sdk dependencies to match the openjdk package
+  * Use the upstream versioning scheme (i.e 7u13 instead of 7.13)
+    to match the convention used by the new openjdk packages
+  * Renamed the script files (j2sdk->jdk, j2re->jre, j2se->javase)
+
  -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 05 Jun 2013 13:43:55 +0200
 
 java-package (0.51~exp1) experimental; urgency=low
@@ -65,7 +122,7 @@ java-package (0.50) unstable; urgency=low
   * maintainer-script-lacks-debhelper-token removed
   * Declare the debian/compat to 7 to avoid warnings
   
-  [ Michael Kock ]
+  [ Michael Koch ]
   * Remove Java plugins for all browsers (Closes: #367887).
   * Add support for Sun Java 6 Update XX (Closes: #514364).