File: make-jpkg.1

package info (click to toggle)
java-package 0.24
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 224 kB
  • ctags: 42
  • sloc: sh: 1,149; makefile: 71
file content (82 lines) | stat: -rw-r--r-- 2,698 bytes parent folder | download
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.\"                                      Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH MAKE-JPKG 1 "March 14, 2005"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
make-jpkg \- build Debian packages from Java(TM) 2 binary distributions
.SH SYNOPSIS
.B make-jpkg
[\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, 
.\" respectively.
.PP
\fBmake-jpkg\fP creates a Debian package from a Java(TM) 2
distribution. This program works currently with the following Java(TM) 2 REs and SDKs:
 Sun Microsystems(TM)  1.4 and 1.5 Standard Edition
 IBM(TM) 1.3 and 1.4 Standard Edition
 Blackdown Java-Linux 1.3 and 1.4 Standard Edition
.PP
The following options are recognized:
.TP
.B --full-name \fINAME\fR
full name used in the maintainer field of the package
.TP
.B --email \fIEMAIL\fR
email address used in the maintainer field of the package
.TP
.B --changes
create a .changes file
.TP
.B --help
display help text and exit
.TP
.B --version
output version information and exit
.PP
Download a supported Java(TM) 2 RE or SDK self-extracting archive from
.B http://java.sun.com/j2se/
or
.B http://www.blackdown.org/java-linux/java-linux-d1.html
or
.B http://www.ibm.com/developerworks/java/jdk/linux140/
and execute
.B make-jpkg
.I file
with the downloaded file. The program asks the user for additional
information and creates 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 
.I /tmp
but you can specify an alternate directory by setting the environment
variable \fITMPDIR\fR.
.SH ENVIRONMENT
.TP
.SM TMPDIR
base directory used for temporary files (defaults to /tmp)
.TP
.SM J2SE_PACKAGE_FULL_NAME
full name used in the maintainer field of the package
.TP
.SM J2SE_PACKAGE_EMAIL
email address used in the maintainer field of the package
.SH AUTHOR
This manual page was written by Hubert Schmid <j2se-package@z42.de>.

It is now maintained by the Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>."