javatools 0.79-ok1 source package in openKylin
Changelog
javatools (0.79-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 15:25:45 +0800
javatools (0.79-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 15:25:45 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | java | |
Huanghe V3.0 | release | main | java | |
Nile V2.0 | release | main | java | |
Nile V2.0 | proposed | main | java |
File | Size | SHA-256 Checksum |
---|---|---|
javatools_0.79.orig.tar.gz | 48.8 KiB | 07128888f4ee4bc7871a2cfa961a663067a30341e6b94e5b122be7cdb8f88d2b |
javatools_0.79-ok1.debian.tar.xz | 4.0 KiB | 23de33c9c34d5007ffee2e3b4e1c8dd31002644a0528ff673b2c158e0d58fd06 |
javatools_0.79-ok1.dsc | 1.9 KiB | 2618cd6175c7fa7c2089ddd6f0a6962fe75a050dc4fc80e3d7c292ba4b3cea33 |
Jarwrapper sets up binfmt-misc to run executable jar files
using the installed java runtime.
.
It also includes a /usr/share/
to convert Debian architecture names into java names to locate
libjvm.so
java-propose-
jars on the system to suggest a correct classpath for use with
jh_classpath/
.
This package should not be in any build-depends since java-propose-
cannot be run automatically.
Javahelper contains several scripts which help in packaging
Java programs.
.
jh_depends searches jars to find which packages they depend on,
similar to dh_shlibdeps. It will also add depends on jarwrapper
for packages with executable jars.
.
jh_classpath will register the classpath dependencies for each
jar so that they can be automatically loaded when that jar is
used by other programs.
.
jh_manifest updates the manifest in jar files according to
a provided spec so that the resultant jar files will work with
jarwrapper-enabled packages.
.
jh_exec looks for symlinks to jars which should be executable
and makes them executable
.
jh_build builds java files to jars for you.
.
jh_installlibs installs library jars into the correct locations
.
jh_makepkg generates a template for a Debian Java package for you
.
jh_installeclipse installs features/plugins built by pde-build.
.
jh_setupenviro
.
jh_generateorb
builds.
.
jh_compilefeatures compiles eclipse features based on feature ids.
.
/usr/share/
variables such as various JVM paths and the JVM name for the architecture
.
/usr/share/
names into java names to locate libjvm.so in non-make build systems
.
javahelper provides CDBS and dh macros so that it can be used with those
package build systems.
.
Note that some of the eclipse helpers depends on packages not pulled
by default (like with devscripts). You can find these scripts in
Suggests.