diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/java-common.dirs | 1 | ||||
| -rwxr-xr-x | debian/rules | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a61d226..c427846 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +java-common (0.24) unstable; urgency=low + + * Added new JVM launcher support scripts and settings file. These support + machine wide, per-user, per-program JVM selection. They should be sourced + from a package's wrapper script to determine JAVA_HOME. + + -- Jerry Haltom <wasabi@larvalstage.net> Wed, 6 Jul 2005 17:44:45 -0500 + java-common (0.23) unstable; urgency=low * Updated the Debian Java FAQ (closes: #156547, #252219), thanks to diff --git a/debian/java-common.dirs b/debian/java-common.dirs index 13c9f03..bf7c2a3 100644 --- a/debian/java-common.dirs +++ b/debian/java-common.dirs @@ -1 +1,2 @@ +usr/share/java-common usr/share/java diff --git a/debian/rules b/debian/rules index f425f88..f195b97 100755 --- a/debian/rules +++ b/debian/rules @@ -62,6 +62,7 @@ binary-indep: build install # dh_installcron -i dh_installman -i # dh_installinfo -i + dh_install -i # dh_undocumented -i dh_installchangelogs -i dh_link -i |
