1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH JAVAHELPER "1" "January 2008" "Javahelper Version 0.5" "User Commands"
.SH NAME
Javahelper \- Part of the Java Helper packaging tools
Refer to the tutorials in /usr/share/doc/javahelper for more detail
.SH SYNOPSIS
.B jh_makepkg
[\fIoptions\fR]
.SH OPTIONS
.HP
\fB\-h\fR \fB\-\-help\fR: show this text
.HP
\fB\-V\fR \fB\-\-version\fR: show the version
.HP
\fB\-p\fR<name> \fB\-\-package=\fR<name>: Set the name of the package (defaults to directory name without version)
.HP
\fB\-m\fR<name> \fB\-\-maintainer=\fR<name>: Set the maintainer name (defaults to DEBFULLNAME, NAME, or the user's full name)
.HP
\fB\-e\fR<email> \fB\-\-email=\fR<email>: Set the maintainer email (defaults to DEBEMAIL EMAIL or user@host)
.HP
\fB\-v\fR<version> \fB\-\-upstream=\fR<version>: Set the upstream version (defaults to the directory name after a \-)
.HP
\fB\-c\fR \fB\-\-clean\fR: Tidy up common problems with Java source packages. Removes .class, .jar files and pre-built javadoc trees before creating the orig.tar.gz
.IP
Pick One:
\fB\-l\fR \fB\-\-library\fR: This is a library package
\fB\-a\fR \fB\-\-app\fR: This is an application package
Pick One:
\fB\-t\fR \fB\-\-ant\fR: Build with ant
\fB\-k\fR \fB\-\-makefiles\fR: Build with make
\fB\-n\fR \fB\-\-none\fR: Create own buildsystem
Pick One:
\fB\-g\fR \fB\-\-gcj\fR: Build with gcj
\fB\-d\fR \fB\-\-default\fR: Build with default free compiler
\fB\-o\fR \fB\-\-openjdk\fR: Build with OpenJDK 6
\fB\-o7\fR \fB\-\-openjdk7\fR: Build with OpenJDK 7
.SS "Environment Variables:"
.IP
DEBEMAIL: Default maintainer email address
EMAIL: Default maintainer email address
DEBFULLNAME: Default maintainer name
NAME: Default maintainer name
|