]> git.sven.stormbind.net Git - sven/java-package.git/blobdiff - make-jpkg.1
Removed .gitignore to avoid uploading unwanted files by mistake
[sven/java-package.git] / make-jpkg.1
index 9575561410f4cb956c35348021fda40b498200c3..ba1d000c0c8ec10c84d4f2f25def334cdd54864a 100644 (file)
@@ -22,7 +22,7 @@ make-jpkg \- builds Debian packages from Java binary distributions
 [\fIOPTION\fR]... [\fIFILE\fR]
 .SH DESCRIPTION
 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
 .\" respectively.
 .PP
 \fBmake-jpkg\fP builds a Debian package from the given Java
@@ -49,6 +49,14 @@ create a .changes file
 .B --revision
 add debian revision
 .TP
+.B --source
+build a source package instead of a binary deb package
+.TP
+.B --with-system-certs
+Replace the JVMs keystore with a softlink to the system's keystore,
+(/etc/ssl/certs/java/cacerts) which is managed automatically by the
+ca-certificates and ca-certificates-java packages.
+.TP
 .B --help
 display help text and exit
 .TP
@@ -65,7 +73,7 @@ information and builds a Debian binary package in the current
 directory.
 .PP
 The program requires about 200 MB free disk space in a temporary
-directory. The temporary directory defaults to 
+directory. The temporary directory defaults to
 .I /tmp
 but you can specify an alternate directory by setting the environment
 variable \fITMPDIR\fR.