]> git.sven.stormbind.net Git - sven/java-package.git/blob - make-jpkg.1
dee5358f14d1984acc3b9fc88d4a5e714bfb47bf
[sven/java-package.git] / make-jpkg.1
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH MAKE-JPKG 1 "November 04, 2005"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh        disable hyphenation
10 .\" .hy        enable hyphenation
11 .\" .ad l      left justify
12 .\" .ad b      justify to both left and right margins
13 .\" .nf        disable filling
14 .\" .fi        enable filling
15 .\" .br        insert line break
16 .\" .sp <n>    insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .SH NAME
19 make-jpkg \- build Debian packages from Java(TM) 2 binary distributions
20 .SH SYNOPSIS
21 .B make-jpkg
22 [\fIOPTION\fR]... [\fIFILE\fR]
23 .SH DESCRIPTION
24 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
25 .\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
26 .\" respectively.
27 .PP
28 \fBmake-jpkg\fP creates a Debian package from a Java(TM) 2
29 distribution. This program works currently with the following Java(TM) 2 REs, SDKs and APIs:
30  Oracle(TM) 1.6 Standard Edition (starting with update 10)
31  Oracle(TM) 1.7 Standard Edition
32 .PP
33 The following options are recognized:
34 .TP
35 .B --full-name \fINAME\fR
36 full name used in the maintainer field of the package
37 .TP
38 .B --email \fIEMAIL\fR
39 email address used in the maintainer field of the package
40 .TP
41 .B --changes
42 create a .changes file
43 .TP
44 .B --revision
45 add debian revision
46 .TP
47 .B --help
48 display help text and exit
49 .TP
50 .B --version
51 output version information and exit
52 .PP
53 Download a supported Java(TM) 2 RE or SDK or API tar.gz or self-extracting archive from
54 .B http://www.oracle.com/technetwork/java/javase/downloads
55 and execute
56 .B make-jpkg
57 .I file
58 with the downloaded file. The program asks the user for additional
59 information and creates a Debian binary package in the current
60 directory.
61 .PP
62 The program requires about 200 MB free disk space in a temporary
63 directory. The temporary directory defaults to 
64 .I /tmp
65 but you can specify an alternate directory by setting the environment
66 variable \fITMPDIR\fR.
67 .SH ENVIRONMENT
68 .TP
69 .SM TMPDIR
70 base directory used for temporary files (defaults to /tmp)
71 .TP
72 .SM J2SE_PACKAGE_FULL_NAME
73 full name used in the maintainer field of the package; if none is supplied
74 then the default of "Debian Java Maintainers" is used.
75 .TP
76 .SM J2SE_PACKAGE_EMAIL
77 email address used in the maintainer field of the package; if none is supplied
78 the default of "pkg-java-maintainers@lists.alioth.debian.org" is used.
79 .SH AUTHOR
80 This manual page was written by Hubert Schmid <j2se-package@z42.de>.
81
82 It is now maintained by the Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>.