X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=blobdiff_plain;f=lib%2Fj2sdk-doc.sh;h=5b1353151c66a9e313d0ed5da8a3def70cd906e6;hp=8130ed79dea9677b111dc302e08bed1ddac2c7a8;hb=6a9680451b596aecf3cdfe355c902b184bf20e04;hpb=adec26aa8261b379a1db4ca72142b7ddc51f4e75 diff --git a/lib/j2sdk-doc.sh b/lib/j2sdk-doc.sh index 8130ed7..5b13531 100644 --- a/lib/j2sdk-doc.sh +++ b/lib/j2sdk-doc.sh @@ -8,7 +8,7 @@ Recommends: Provides: Replaces: Description: $j2se_title - The Java(TM) 2 SDK is a development environment for building + The Java(TM) SE JDK is a development environment for building applications, applets, and components that can be deployed on the Java(TM) platform. . @@ -45,6 +45,7 @@ j2sdk_doc_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" j2se_readme > "$debian_dir/README.Debian" j2se_changelog > "$debian_dir/changelog" j2sdk_doc_control > "$debian_dir/control"