Hi James, On 8 August 2012 at 13:51, James Page wrote: | Package: r-base | Version: 2.15.1-3 | Severity: normal | Tags: patch | User: [email protected] | 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 instead of openjdk-6-jdk. | | Ubuntu quantal is transitioning default java from openjdk-6 to openjdk-7. This | patch eases the transition. | | Note that this is not a release goal for wheezy. | | Thanks for considering the patch.
Thanks for the patch. I don't follow Java in Debian that closely -- are you saying that 'default-jdk' now exists everywhere so I could BD on in Debian unstable, and "everything else" (testing, Ubuntu 12.10, ...) just falls in place? What about backports and builds to Debian stable, Ubuntu 12.04, 11.10, 11.04, ...? Dirk | | - -- 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) | | iQIcBAEBCAAGBQJQImDuAAoJEL/srsug59jDnBIQALA7kUfOP509VGInxmF5QCHX | t5nekjQFyhplOgDCb/wzx0XnVZc7VfIJk9auolDZbf9NG1+NJU081AXrhEGH6rd7 | jXk35LIYEjt0VebrjlyHXdEbajdFRBFoUbiqIfYzEfWv2FF5ELFACh/oRHexuphN | ruTu6FTDDEDdSv763bKgIpS5AGxUCkt+XgGr/Zea1y/Eear25ZSHip/R0BazRqeI | KNCsD46EjOhbBdpV/diV2MDhcmiJ5uG0mIyVW08y4JeLB61ijvoNh/6b3ATOwUSR | PS5iFXOA+QWoHX6ySN1qwnLU4zuTrbXyrQkK00Bmm8jAD3bj6wmGHJPdNVK3bMzb | Z5X3Q2MANSqZr4yo07EV/XCfpvzsaEEk1QbugPrFEVJPNbvkTk8GXbjSkS6LJ1EN | FkkSzCy9XPc6lMYQ7w5ocXjYLETMKKcFD1vyVylt8YFOgPw+qZ45mJ5Og0De6CNj | L772EJ4C7oMH1ORHnRKD2wmhGCr6HTfjkc2I/K/DAUJG5SZbXDaGzG3Uhts2HeBd | UNwJgqzDy48GPpGMfdPAleBQUHT3ah0HQHbqSaNnqD8M3ZYYxexcnv7QhbZwE9eS | TdOBDVpnoCX5VxATSDK4kUDIlpv3/Kx9qhAaVzTlvgHn2jN9dVQztg8lPFscXOoK | 2z0xegAFpvqGRTO+H9ec | =JAza | -----END PGP SIGNATURE----- | | ---------------------------------------------------------------------- | diff -u r-base-2.15.1/debian/changelog r-base-2.15.1/debian/changelog | diff -u r-base-2.15.1/debian/control r-base-2.15.1/debian/control | --- r-base-2.15.1/debian/control | +++ r-base-2.15.1/debian/control | @@ -1,9 +1,9 @@ | Source: r-base | Section: gnu-r | Priority: optional | Maintainer: Dirk Eddelbuettel <[email protected]> | Standards-Version: 3.9.3 | -Build-Depends: gcc (>= 4:4.1.0), g++ (>= 4:4.1.0), gfortran (>= 4:4.1.0), libblas-dev, liblapack-dev (>= 3.1.1), tcl8.5-dev, tk8.5-dev, bison, groff-base, libncurses5-dev, libreadline-dev, debhelper (>= 7.2.3), texi2html, texinfo (>= 4.1-2), libbz2-dev, liblzma-dev, libpcre3-dev, xdg-utils, zlib1g-dev, libpng-dev, libjpeg-dev, libx11-dev, libxt-dev, x11proto-core-dev, libpango1.0-dev, libcairo2-dev, libtiff4-dev, xvfb, xauth, xfonts-base, texlive-base, texlive-latex-base, texlive-generic-recommended, texlive-fonts-recommended, texlive-fonts-extra, texlive-extra-utils, texlive-latex-recommended, texlive-latex-extra, texinfo, texi2html, openjdk-6-jdk [!arm !hppa !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !mips], mpack | +Build-Depends: gcc (>= 4:4.1.0), g++ (>= 4:4.1.0), gfortran (>= 4:4.1.0), libblas-dev, liblapack-dev (>= 3.1.1), tcl8.5-dev, tk8.5-dev, bison, groff-base, libncurses5-dev, libreadline-dev, debhelper (>= 7.2.3), texi2html, texinfo (>= 4.1-2), libbz2-dev, liblzma-dev, libpcre3-dev, xdg-utils, zlib1g-dev, libpng-dev, libjpeg-dev, libx11-dev, libxt-dev, x11proto-core-dev, libpango1.0-dev, libcairo2-dev, libtiff4-dev, xvfb, xauth, xfonts-base, texlive-base, texlive-latex-base, texlive-generic-recommended, texlive-fonts-recommended, texlive-fonts-extra, texlive-extra-utils, texlive-latex-recommended, texlive-latex-extra, texinfo, texi2html, default-jdk [!arm !hppa !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !mips], mpack | Homepage: http://www.r-project.org/ | | Package: r-base -- Dirk Eddelbuettel | [email protected] | http://dirk.eddelbuettel.com -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

