[med-svn] [libzstd] 04/04: Add manpage for pzstd

Kevin Murray daube-guest at moszumanska.debian.org
Sun Oct 16 21:10:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

daube-guest pushed a commit to branch master
in repository libzstd.

commit ed60d635498b1af8ccad0b0576a17efaedc8cbbc
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Mon Oct 17 08:10:20 2016 +1100

    Add manpage for pzstd
---
 .../0005-Add-help2man-d-pzstd-man-file.patch       | 91 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 debian/zstd.manpages                               |  1 +
 3 files changed, 93 insertions(+)

diff --git a/debian/patches/0005-Add-help2man-d-pzstd-man-file.patch b/debian/patches/0005-Add-help2man-d-pzstd-man-file.patch
new file mode 100644
index 0000000..03ba397
--- /dev/null
+++ b/debian/patches/0005-Add-help2man-d-pzstd-man-file.patch
@@ -0,0 +1,91 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Mon, 17 Oct 2016 08:09:13 +1100
+Subject: Add help2man'd pzstd man file
+
+---
+ contrib/pzstd/pzstd.1 | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 76 insertions(+)
+ create mode 100644 contrib/pzstd/pzstd.1
+
+diff --git a/contrib/pzstd/pzstd.1 b/contrib/pzstd/pzstd.1
+new file mode 100644
+index 0000000..b408f07
+--- /dev/null
++++ b/contrib/pzstd/pzstd.1
+@@ -0,0 +1,76 @@
++.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
++.TH PZSTD "1" "October 2016" "PZSTD version: 1.1.0." "User Commands"
++.SH NAME
++PZSTD \- manual page for PZSTD version: 1.1.0.
++.SH DESCRIPTION
++.SS "Usage:"
++.IP
++pzstd [args] [FILE(s)]
++.SS "Parallel ZSTD options:"
++.TP
++\fB\-p\fR, \fB\-\-processes\fR
++#    : number of threads to use for (de)compression (default:4)
++.SS "ZSTD options:"
++.TP
++\-#
++: # compression level (1\-19, default:3)
++.TP
++\fB\-d\fR, \fB\-\-decompress\fR
++: decompression
++.TP
++\fB\-o\fR
++file : result stored into `file` (only if 1 input file)
++.TP
++\fB\-f\fR, \fB\-\-force\fR
++: overwrite output without prompting
++.TP
++\fB\-\-rm\fR
++: remove source file(s) after successful (de)compression
++.TP
++\fB\-k\fR, \fB\-\-keep\fR
++: preserve source file(s) (default)
++.TP
++\fB\-h\fR, \fB\-\-help\fR
++: display help and exit
++.TP
++\fB\-V\fR, \fB\-\-version\fR
++: display version number and exit
++.TP
++\fB\-v\fR, \fB\-\-verbose\fR
++: verbose mode; specify multiple times to increase log level (default:2)
++.TP
++\fB\-q\fR, \fB\-\-quiet\fR
++: suppress warnings; specify twice to suppress errors too
++.TP
++\fB\-c\fR, \fB\-\-stdout\fR
++: force write to standard output, even if it is the console
++.TP
++\fB\-r\fR
++: operate recursively on directories
++.TP
++\fB\-\-ultra\fR
++: enable levels beyond 19, up to 22 (requires more memory)
++.TP
++\fB\-C\fR, \fB\-\-check\fR
++: integrity check (default)
++.TP
++\fB\-\-no\-check\fR
++: no integrity check
++.TP
++\fB\-t\fR, \fB\-\-test\fR
++: test compressed file integrity
++.TP
++\fB\-\-\fR
++: all arguments after "\-\-" are treated as files
++.SH "SEE ALSO"
++The full documentation for
++.B PZSTD
++is maintained as a Texinfo manual.  If the
++.B info
++and
++.B PZSTD
++programs are properly installed at your site, the command
++.IP
++.B info PZSTD
++.PP
++should give you access to the complete manual.
diff --git a/debian/patches/series b/debian/patches/series
index 1aca2f4..eeed273 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-Build-lib-by-default.patch
 0004-Add-symlinks-for-extra-manpages.patch
 0004-Use-already-built-libzstd.a.patch
+0005-Add-help2man-d-pzstd-man-file.patch
diff --git a/debian/zstd.manpages b/debian/zstd.manpages
index d746e50..05b4f3d 100644
--- a/debian/zstd.manpages
+++ b/debian/zstd.manpages
@@ -1 +1,2 @@
+contrib/pzstd/*.1
 programs/*zstd*.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libzstd.git



More information about the debian-med-commit mailing list