X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=blobdiff_plain;f=README;fp=README;h=7a5553a2269243fd80238ec300968b119a5c9695;hp=0000000000000000000000000000000000000000;hb=adec26aa8261b379a1db4ca72142b7ddc51f4e75;hpb=9e241f83087a526985b6edbc7070d5dc36a1ac33 diff --git a/README b/README new file mode 100644 index 0000000..7a5553a --- /dev/null +++ b/README @@ -0,0 +1,37 @@ + +* To be done : + +(from java-pakage-0.42) +- remove use of dpkg --print-architecture from plugin alternatives installation in install/remove scripts. +- kinit, klist, and ktab not installed; handling of /etc/krb5.conf not addressed + +(from Matthias Klose ) +- install into a multiarch location to allow installing the i386 client vm on amd64 and ia64. + +(else) +- make symbolic links for j2se/jre/bin/* in j2se/bin/ to avoid duplication +- make symbolic links for j2se/jre/man/man1/* in j2se/man/man1 to avoid duplication +- make symbolic links for j2se/jre/man/ja_JP.UTF-8 in j2se/man/ja to avoid duplication + + + + +* Main variables used in the scripts : + +debian_dir : debian files dir during packaging, set by make-jpkg +install_dir : package files dir during packaging, set by make-jpkg +DEB_BUILD_ARCH = amd64, .., set by common.sh/get_architecture +DEB_BUILD_GNU_TYPE = x86_64-linux-gnu, .., set by common.sh/get_architecture +jvm_base : jvm package installation dir, set by make-jpkg +javadoc_base : javadoc package installation dir, set by make-jpkg +j2se_package : final package name, set by j2re/j2sdk/j2sdk-doc.sh +j2se_name : name of installed package within jvm_base, set by j2re/j2sdk/j2sdk-doc.sh + +j2se_install : name of function generating postinst script content, set by each_provider*-j2re/j2sdk/j2sdk-doc.sh +j2se_remove : name of function generating prerm script content, set by each_provider*-j2re/j2sdk/j2sdk-doc.sh +j2se_jinfo : name of function generating .jinfo file content, set by each_provider*-j2re/j2sdk/j2sdk-doc.sh + + + + +