Debian policy says that each executable should have a man page.
This should remove the lintian warning about missing man pages.
Man pages have been created by the following command:
declare -A short_desc
short_desc['compareECL']='Comparator for Eclipse files'
short_desc['convertECL']='Converter for Eclipse files (binary <-> formatted format)'
short_desc['opmhash']='Hasher for summary keywords in Eclipse files'
short_desc['opmpack']='Validator and printer of deck in Eclipse files without comments'
short_desc['summary']='Printer for summary keys in Eclipse summary files'
for key in "${!short_desc[@]}"; do
help2man -h "-h" --version-string="2020.04" --no-discard-stderr -n "${short_desc[$key]}" $key >\
$key.1
done
Gbp-Pq: Name 0005-Added-manpages-for-all-executables.patch
43 lines
1.2 KiB
Groff
43 lines
1.2 KiB
Groff
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
|
|
.TH OPMPACK "1" "April 2021" "opmpack 2020.04" "User Commands"
|
|
.SH NAME
|
|
opmpack \- Validator and printer of deck in Eclipse files without comments
|
|
.SH DESCRIPTION
|
|
opmpack: invalid option \fB\-\-\fR 'h'
|
|
.PP
|
|
The opmpack program will load a deck, resolve all include
|
|
files and then print it out again on stdout. All comments
|
|
will be stripped and the value types will be validated.
|
|
.PP
|
|
By passing the option \fB\-o\fR you can redirect the output to a file
|
|
or a directory.
|
|
.PP
|
|
Print on stdout:
|
|
.TP
|
|
opmpack
|
|
\fI\,/path/to/case/CASE.DATA\/\fP
|
|
.PP
|
|
Print MY_CASE.DATA in /tmp:
|
|
.IP
|
|
opmpack \fB\-o\fR \fI\,/tmp\/\fP /path/to/MY_CASE.DATA
|
|
.PP
|
|
Print NEW_CASE in cwd:
|
|
.IP
|
|
opmpack \fB\-o\fR NEW_CASE.DATA path/to/MY_CASE.DATA
|
|
.PP
|
|
As an alternative to the \fB\-o\fR option you can use \fB\-c\fR; that is equivalent to \fB\-o\fR \-
|
|
but restart and import files referred to in the deck are also copied. The \fB\-o\fR and
|
|
\fB\-c\fR options are mutually exclusive.
|
|
.SH "SEE ALSO"
|
|
The full documentation for
|
|
.B opmpack
|
|
is maintained as a Texinfo manual. If the
|
|
.B info
|
|
and
|
|
.B opmpack
|
|
programs are properly installed at your site, the command
|
|
.IP
|
|
.B info opmpack
|
|
.PP
|
|
should give you access to the complete manual.
|