diff -u icedtea-java7-7~b24-1.5+20080118/debian/README.alternatives.in icedtea-java7-7~b24-1.5+20080118/debian/README.alternatives.in --- icedtea-java7-7~b24-1.5+20080118/debian/README.alternatives.in +++ icedtea-java7-7~b24-1.5+20080118/debian/README.alternatives.in @@ -9,13 +9,13 @@ - Set all runtime tools to point to the @basename@ alternatives: - update-java-alternatives --set --jre icedtea-java7 + update-java-alternatives --jre --set java-7-icedtea - Set all runtime and development tools to point to the @basename@ alternatives: - update-java-alternatives --set icedtea + update-java-alternatives --set java-7-icedtea - Set all runtime and development tools to auto mode: diff -u icedtea-java7-7~b24-1.5+20080118/debian/changelog icedtea-java7-7~b24-1.5+20080118/debian/changelog --- icedtea-java7-7~b24-1.5+20080118/debian/changelog +++ icedtea-java7-7~b24-1.5+20080118/debian/changelog @@ -1,3 +1,12 @@ +icedtea-java7 (7~b24-1.5+20080118-2) hardy; urgency=low + + * debian/control: Fix provides for -jdk and jre (LP: #154374) + - icedtea-java7-jdk additional provides java-compiler, java2-compiler + - icedtea-java7-jre additional provides java-virtual-machine + * debian/README.alternatives.in: fix update-java-alternatives examples + + -- Daniel Hahler Wed, 13 Feb 2008 19:17:01 +0100 + icedtea-java7 (7~b24-1.5+20080118-1) hardy; urgency=low * Fix installation of the plugin for firefox-3.0. diff -u icedtea-java7-7~b24-1.5+20080118/debian/control icedtea-java7-7~b24-1.5+20080118/debian/control --- icedtea-java7-7~b24-1.5+20080118/debian/control +++ icedtea-java7-7~b24-1.5+20080118/debian/control @@ -13,7 +13,7 @@ Architecture: any Depends: icedtea-java7-jre (>= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Suggests: icedtea-java7-demo, icedtea-java7-source -Provides: java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk +Provides: java-compiler, java2-compiler, java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk Description: Java runtime based on OpenJDK Icedtea is a temporary fork of OpenJDK @@ -22,7 +22,7 @@ Section: interpreters Depends: icedtea-java7-bin (>= ${base:Version}), java-common, ${shlibs:Depends}, ${misc:Depends} Suggests: icedtea-java7-plugin, sun-java6-fonts, ttf-baekmuk | ttf-unfonts | ttf-unfonts-core, ttf-kochi-gothic | ttf-sazanami-gothic , ttf-kochi-mincho | ttf-sazanami-mincho, ttf-arphic-uming -Provides: java-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime +Provides: java-virtual-machine, java-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime Description: Java runtime based on OpenJDK Icedtea is a temporary fork of OpenJDK