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