]> git.sven.stormbind.net Git - sven/java-package.git/blob - README
Update the description
[sven/java-package.git] / README
1
2 * To be done : 
3
4 (from Matthias Klose <doko@ubuntu.com>)
5 - install into a multiarch location to allow installing the i386 client vm on amd64 and ia64. 
6
7 (else)
8 - make symbolic links for j2se/jre/bin/* in j2se/bin/ to avoid duplication
9 - make symbolic links for j2se/jre/man/man1/* in j2se/man/man1 to avoid duplication
10 - make symbolic links for j2se/jre/man/ja_JP.UTF-8 in j2se/man/ja to avoid duplication
11 - ? kinit, klist, and ktab not installed; handling of /etc/krb5.conf not addressed
12
13
14
15
16 * Main variables used in the scripts :
17
18 debian_dir : debian files dir during packaging, set by make-jpkg
19 install_dir : package files dir during packaging, set by make-jpkg
20 DEB_BUILD_ARCH = amd64, .., set by common.sh/get_architecture
21 DEB_BUILD_GNU_TYPE = x86_64-linux-gnu, .., set by common.sh/get_architecture
22 jvm_base : jvm package installation dir, set by make-jpkg
23 javadoc_base : javadoc package installation dir, set by make-jpkg
24 j2se_package : final package name, set by j2re/j2sdk/j2sdk-doc.sh
25 j2se_name : name of installed package within jvm_base, set by j2re/j2sdk/j2sdk-doc.sh
26
27 j2se_install : name of function generating postinst script content, set by each_provider*-j2re/j2sdk/j2sdk-doc.sh
28 j2se_remove : name of function generating prerm script content, set by each_provider*-j2re/j2sdk/j2sdk-doc.sh
29 j2se_jinfo : name of function generating .jinfo file content, set by each_provider*-j2re/j2sdk/j2sdk-doc.sh
30
31
32
33
34