X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=blobdiff_plain;f=lib%2Fjre.sh;h=386436dfea551ed9a28fa728cb93fcd68615c6c0;hp=2fe5ac9a334c90e20e1ff35dbac4fd86cd5f042e;hb=2db62a21fffe2ec4479cc496b99e4abcbc350895;hpb=06b5e69a12b2ed7444861b7cf6d59f1fd2c3e740 diff --git a/lib/jre.sh b/lib/jre.sh index 2fe5ac9..386436d 100644 --- a/lib/jre.sh +++ b/lib/jre.sh @@ -5,16 +5,15 @@ j2re_control() { Package: $j2se_package Architecture: any Depends: \${shlibs:Depends} -Recommends: netbase, libx11-6 | xlibs, libasound2 +Recommends: netbase Provides: java-virtual-machine, java-runtime, java2-runtime, java${j2se_release}-runtime, java$((${j2se_release}-1))-runtime, java$((${j2se_release}-2))-runtime, java-runtime-headless, java2-runtime-headless, java${j2se_release}-runtime-headless, java$((${j2se_release}-1))-runtime-headless, java$((${j2se_release}-2))-runtime-headless, java-browser-plugin Description: $j2se_title The Java(TM) SE Runtime Environment contains the Java virtual machine, runtime class libraries, and Java application launcher that are - necessary to run programs written in the Java progamming language - (this includes the Java 2 Plug-In for Netscape and Mozilla - browsers). It is not a development environment and doesn't contain - development tools such as compilers or debuggers. For development - tools, see the Java 2 SDK, Standard Edition. + necessary to run programs written in the Java programming language. + It is not a development environment and does not contain development + tools such as compilers or debuggers. For development tools, see the + Java SE Development Kit (JDK). . This package has been automatically created with java-package ($version). EOF @@ -31,7 +30,7 @@ j2re_run() { install -d -m 755 "$( dirname "$target" )" extract_bin "$archive_path" "$j2se_expected_min_size" "$target" rm -rf "$target/.systemPrefs" - echo "7" > "$debian_dir/compat" + echo "9" > "$debian_dir/compat" j2se_readme > "$debian_dir/README.Debian" j2se_changelog > "$debian_dir/changelog" j2re_control > "$debian_dir/control"