SYNOPSIS

jh_makepkg [options]

OPTIONS

-h --help: show this text -V --version: show the version -p<name> --package=<name>: Set the name of the package (defaults to directory name without version) -m<name> --maintainer=<name>: Set the maintainer name (defaults to DEBFULLNAME, NAME, or the user's full name) -e<email> --email=<email>: Set the maintainer email (defaults to DEBEMAIL EMAIL or user@host) -v<version> --upstream=<version>: Set the upstream version (defaults to the directory name after a -) -c --clean: Tidy up common problems with Java source packages. Removes .class, .jar files and pre-built javadoc trees before creating the orig.tar.gz

  • Pick One: -l --library: This is a library package -a --app: This is an application package Pick One: -t --ant: Build with ant -k --makefiles: Build with make -n --none: Create own buildsystem Pick One: -g --gcj: Build with gcj -d --default: Build with default free compiler -o --openjdk: Build with OpenJDK 6 -o7 --openjdk7: Build with OpenJDK 7

Environment Variables:

  • DEBEMAIL: Default maintainer email address EMAIL: Default maintainer email address DEBFULLNAME: Default maintainer name NAME: Default maintainer name