Package: robert-hooke Version: 1.1.2-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch openjdk-7-transition
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Transition package to use default java implementation: - d/control: BD on default-jdk (>= 1:1.6), switch runtime dependency to more flexible default-jre (>= 1:1.6) | java6-runtime. Ubuntu quantal is transitioning default java from openjdk-6 to openjdk-7; this patch eases the transition (and future ones). Note that this is not a release goal for wheezy. Thanks for considering the patch. - -- System Information: Debian Release: wheezy/sid APT prefers quantal-updates APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 'quantal') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5.0-8-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJQImkzAAoJEL/srsug59jDcncQAJfI21r8fpYLbaujCZn15dVy 8+0EV4486sfSEli16LL3Am2YVkioONck84yVCWu13TLgC9EhiEY73ZCHb2jB25/L 6+rwFqfhXdRUp0Xi4XovEaIpbBgvh23WS4Vbc+A9rMiCHvSIQKNx6EIgG0T5M6dD mCUXuLdm71oRwn72X9X1nDkiFHpQe6keqbRcnJ8rJbWM/Z5wNzi3V7KJYUK2nA2Y vgdXIHUjULIFHUb1yeigxvQ+tS0JbFoMavoZuAyvOkmqimFfDwXybLFSEJ9d4esO 2Dkv1SrQh1vYzu0SPYA8PmVW0TSbdACu4WWpnmNfML9qsboUtdH6/HmHqRjyMbPF gmi3gmvxXZ3Lif5T7OaobSvY0teDHSsAaqjjN9zrJXQl3c1UsKiAKbR3+q14aWYK Dtg5T+2729cFxoOUp8R9z+dMreftwY9m2HEsQJFshl49p5CA29amdxjBtD8iZheK WyIc0VlxmBx7yDZtqYfQQzPXPA6xU3t0TFq5jOXBEPqDD1KXmgqxxupMjNuc99ou MWc7012sPc94ZTjWwEaeJqVpv5dIx9ZZ9cQhcEWq0ulvaY0Kgl3L9kLIVgBueght Ix8uwwoLZPT1OVAqoQGbesF/eUnwk5Xa8XJLFF/ZbcGD4WhI87RFGolk1OaJfae5 kYyZ72NWWAvvi8opLB/8 =3gKc -----END PGP SIGNATURE-----
diff -Nru robert-hooke-1.1.2/debian/changelog robert-hooke-1.1.2/debian/changelog diff -Nru robert-hooke-1.1.2/debian/control robert-hooke-1.1.2/debian/control --- robert-hooke-1.1.2/debian/control 2011-07-17 13:06:53.000000000 +0100 +++ robert-hooke-1.1.2/debian/control 2012-08-08 14:25:15.000000000 +0100 @@ -12,7 +12,7 @@ Build-Depends-Indep: clojure1.2, libtext-markdown-perl | markdown, - openjdk-6-jdk + default-jdk (>= 1:1.6) Standards-Version: 3.9.2 Homepage: https://github.com/technomancy/robert-hooke Vcs-Git: git://git.debian.org/pkg-java/librobert-hooke-clojure.git @@ -23,7 +23,7 @@ Depends: ${java:Depends}, ${misc:Depends}, - openjdk-6-jre | openjdk-7-jre | sun-java6-jre + default-jre (>= 1:1.6) | java6-runtime Recommends: ${java:Recommends} Description: Function wrapper library for Clojure Robert Hooke is a Clojure library that provides a flexible, composable