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