X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=blobdiff_plain;f=make-jpkg.1;h=ba1d000c0c8ec10c84d4f2f25def334cdd54864a;hp=c767222a68c99e065c4f67ef851ea6f493b6fa79;hb=b6837e16b8bce79617d70f34f8b6772b6ec4666f;hpb=21672d68574e3f3a544b115c0d3eaabf2ae857b5 diff --git a/make-jpkg.1 b/make-jpkg.1 index c767222..ba1d000 100644 --- a/make-jpkg.1 +++ b/make-jpkg.1 @@ -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\fP and -.\" \fI\fP escape sequences to invode bold face and italics, +.\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. .PP \fBmake-jpkg\fP builds a Debian package from the given Java @@ -30,9 +30,9 @@ distribution FILE. .PP Supported java binary distributions currently include: * Oracle (http://www.oracle.com/technetwork/java/javase/downloads) : - - The J2SE Development Kit (JDK), version 6 and 7 - - The J2SE Runtime Environment (JRE), version 6 and 7 - - The J2SE API Javadoc, version 6 and 7 + - The Java Development Kit (JDK), version 6, 7 and 8 + - The Java Runtime Environment (JRE), version 6, 7 and 8 + - The Java API Javadoc, version 6, 7 and 8 (Choose tar.gz archives or self-extracting archives, do _not_ choose the RPM!) .PP The following options are recognized: @@ -49,13 +49,21 @@ 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 .B --version output version information and exit .PP -Download a supported Java RE or SDK or API tar.gz or self-extracting archive from +Download a supported JRE, JDK, API tar.gz or self-extracting archive from .B http://www.oracle.com/technetwork/java/javase/downloads and execute .B make-jpkg @@ -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.