Package: jetty Version: 6.1.26-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/jetty.init: Look for JAVA_HOME in multiarch locations for openjdk-6 and openjdk-7 (LP: #878527). All openjdk-[6,7]-\* packages now install to multiarch locations and the jetty init script was not correcty scanning them resulting in a failure to start if anything other than default-jre-headless was installed. Thanks for considering the patch. - -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise'), (100, 'precise-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-24-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJPxL1GAAoJEL/srsug59jDp5oQAKKZRnfBi6KywzLPieKVJkA9 bXmM381exB96zaJB7WgHGdYh8O3GgCH/4zGO7NFFeFlxzOyg7Joeaxs/8dItJnUk bHRolnQYvsdjR6kVpsv0vsxYI8y2jdLeqLJHE9S6f4GhSIabCaSxegFiQKom2DOQ t27F6GCb4oY6f8n57/3Zw01HqOumZ3H5c+yieXBqi8sHHm8G5USmv0KX5lUYqdSw RySm4coAk1o7qvqODujpiwbZ9u5MFX6mNy+32Ie7dsysdoYZc0tprZq6MItB+wH4 1cTRwHlLj5BHqbXGf1e5NQ40vKdTbNG/WuWQSbxVIJnq9uUrI/ytcj4jpJutEsAU wPg74C2+ilVyEgorTSrWTHZNudE4LYYGSx+fzTC/TxBZMJtnyYH1WOzgkZjTcba0 igdhVNzDSkSslSq2bpSUtoDzr48goTTSUefSnUkpf53b5+dGBUiJ+BdpExcwwqS7 nlxlxXQMLTLr2ZJrKd2EP0pTUQSEeKisDECbrflLD2Ih5NzNMXlk79X23pOX3SL/ X36VQJ1oc8xGLAoUXxT+oRRDzHjkvbGNj15xWH/eOePKWVbhE5p6hbODRzxTpIsF kGHFlmN5de6E+HcZHqcFe9l8A2lysfHu294ECc0DTrQT2bwN8cMAogxxSddRgly0 Sun3JgWIqGRqac/jaIND =J47i -----END PGP SIGNATURE-----
diff -Nru jetty-6.1.26/debian/jetty.init jetty-6.1.26/debian/jetty.init --- jetty-6.1.26/debian/jetty.init 2012-04-25 10:37:40.000000000 +0100 +++ jetty-6.1.26/debian/jetty.init 2012-05-29 12:37:13.000000000 +0100 @@ -119,6 +119,8 @@ # defined in /etc/default/jetty). Should contain a list of space separated directories. JDK_DIRS=" /usr/lib/jvm/default-java \ + /usr/lib/jvm/java-1.7.0-openjdk-* \ + /usr/lib/jvm/java-1.6.0-openjdk-* \ /usr/lib/jvm/java-6-sun \ /usr/lib/jvm/java-6-openjdk \ /usr/lib/jvm/java-1.5.0-sun \