]> git.sven.stormbind.net Git - sven/java-package.git/blobdiff - lib/jre.sh
Use debhelper level 9 in the generated package
[sven/java-package.git] / lib / jre.sh
index d63408eaeb61c6483d64b88e15b644919d81ec39..386436dfea551ed9a28fa728cb93fcd68615c6c0 100644 (file)
@@ -10,11 +10,10 @@ Provides: java-virtual-machine, java-runtime, java2-runtime, java${j2se_release}
 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"