javatools 0.72.10-ok1 source package in openKylin
Changelog
javatools (0.72.10-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
javatools (0.72.10-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
javatools_0.72.10.orig.tar.gz | 47.5 KiB | 719882abe2cb2f709e5275988d2cb2001be7163aac33e2b055154a832c546f29 |
javatools_0.72.10-ok1.debian.tar.xz | 5.8 KiB | aedc31daf8747ea69e57650d00f9d6acc1c6b1e8f998c3f501e2193fc2c22c8a |
javatools_0.72.10-ok1.dsc | 1.9 KiB | 94fbb693fc92f227ef6875d43cca665890eb51ea550ab959e77459c5098af262 |
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.