-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmake-sqlcl-package.1
More file actions
100 lines (100 loc) · 3.89 KB
/
Copy pathmake-sqlcl-package.1
File metadata and controls
100 lines (100 loc) · 3.89 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.\" make-sqlcl-package.1
.\"
.\" (2018-01-10)
.\"
.\" Copyright © 2017-2018 Lazarus Long <lazarus (dot) long (at) sapo (dot) pt>
.\"
.\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\"
.\" This program is free software: you can redistribute it and/or modify .\"
.\" it under the terms of the GNU General Public License as published by .\"
.\" the Free Software Foundation, either version 3 of the License, or .\"
.\" (at your option) any later version. .\"
.\" .\"
.\" This program is distributed in the hope that it will be useful, .\"
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\"
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\"
.\" GNU General Public License for more details. .\"
.\" .\"
.\" You should have received a copy of the GNU General Public License .\"
.\" along with this program. If not, see <http://www.gnu.org/licenses/>. .\"
.\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\".\"
.\"
.\" Debian package builder and installer for Oracle SQL Developer Command-Line
.\"
.\"
.TH MAKE-SQLCL-PACKAGE 1 2018-01-10 GNU "Oracle SQL Developer Command-Line Debian package builder"
.\"
.SH NAME
make-sqlcl-package \- Oracle SQL Developer Command-Line Debian package builder
.\"
.SH SYNOPSIS
.B make-sqlcl-package
.RI [options]\ <file>
.\"
.SH DESCRIPTION
\fBmake-sqlcl-package\fP is a utility that builds a Debian package for
\fIOracle SQL Developer Command-Line\fP.
.PP
The \fIOracle SQL Developer Command-Line\fP program is governed by the
copyright holder (\fIOracle USA, Inc.\fP), so you may be limited as to what
you can do with the resulting package (i.e. no redistribution, etc). This
utility will simply help you create the Debian package, it is your
responsibility to use the resulting package accordingly with the \fBOTN\fP\fI
license\fP, a copy of which is included in the created package, that you must
agree on when downloading the source.
.PP
This utility will require you to download the "\fBOracle SQL Developer
Command-Line\fP\fI for All Platforms\fP" archive from
<\fIhttp://www.oracle.com/technetwork/developer-tools/sqlcl/overview/\fP> to
create the Debian package from.
.\"
.SH OPTIONS
.TP
\fB\-b\fP|\fB\--build-dir\fP \fI<dir>\fP
base directory to build package(s) (\fIautogenerated\fP)
.TP
\fB\-e\fP|\fB\--email\fP \fI<email>\fP
local maintainer email (\fIuse DEBEMAIL or auto-generate\fP)
.TP
\fB\-i\fP|\fB\--install\fP
install the generated package(s) - \fBneeds root privilege\fP (\fIno\fP)
.TP
\fB\-k\fP|\fB\--keep-dir\fP
keep the build directory (\fIno\fP)
.TP
\fB\-l\fP|\fB\--revision\fP \fI<number>\fP
local revision to append to package version (\fI1\fP)
.TP
\fB\-m\fP|\fB\--maintainer\fP \fI<name>\fP
local maintainer name (\fIuse DEBFULLNAME or leave empty\fP)
.TP
\fB\-q\fP|\fB\--quiet\fP
suppress normal output (\fIno\fP)
.TP
\fB\-r\fP|\fB\--root-command\fP \fI<command>\fP
command to gain root privilege for package build (\fIfakeroot\fP)
.TP
\fB\-u\fP|\fB\--upstream-version\fP \fI<version>\fP
force the upstream version (\fIautodetected\fP)
.TP
\fB\-x\fP|\fB\--extract-only\fP
prepare build tree, do not build package(s) [implies \fB-k\fP|\fB--keep-dir\fP] (\fIno\fP)
.TP
\fB\-h\fP|\fB\--help\fP
display the help screen
.TP
\fB\-v\fP|\fB\--version\fP
show the program version
.PP
.TP
\fB<file>\fP
the "\fIOracle SQL Developer Command-Line for All Platforms\fP" archive from
<\fIhttp://www.oracle.com/technetwork/developer-tools/sqlcl/overview/\fP>
.\"
.SH AUTHOR
make-sqlcl-package was written by Lazarus Long <lazarus.long@sapo.pt>.
.PP
This manual page was written by Lazarus Long <lazarus.long@sapo.pt>,
for the Debian project (but may be used by others).
.\"
.\" EOF make-sqlcl-package.1