dh_nativejava (1)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
dh_nativejava - compile jar files to native code and register themSYNOPSIS
dh_nativejava [debhelper options] [-n] [-o] [--sourcedir=dir]DESCRIPTION
dh_nativejava is a debhelper program that is responsible for compiling jars to native code and to make them known to the system.It also automatically generates the postinst and postrm commands needed to updated the global classmap database and adds a dependency on libgcj-common in the misc:Depends substitution variable.
OPTIONS
- -n, --noscripts
- Do not modify postinst/postrm scripts.
- -o, --onlyscripts
- Only modify postinst/postrm scripts, do not actually compile any files or register them. May be useful if the files are already built and registered.
- --destdir=directory
- Use this if you want the compiled files to be put in a directory other than the default of ``/usr/lib/gcj''