1
0
Fork 0

Adding upstream version 2.25.15.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 11:04:07 +02:00
parent 10737b110a
commit b543f2e88d
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
485 changed files with 191459 additions and 0 deletions

42
scripts/wnpp-check.1 Normal file
View file

@ -0,0 +1,42 @@
.TH WNPP-CHECK 1 "Debian Utilities" "DEBIAN" \" -*- nroff -*-
.SH NAME
wnpp-check \- check if a package is being packaged or if this has been requested
.SH SYNOPSIS
\fBwnpp-check\fR [\fB\-\-exact\fR] \fIpackage\fR ...
.br
\fBwnpp-check \-\-help\fR|\fB\-\-version\fR
.SH DESCRIPTION
\fBwnpp-check\fR downloads the lists of packages which are listed as being
packaged (ITPed) or for which a package has been requested (RFPed) from the
WNPP website and lists any packages supplied on the command line which appear
in those lists.
.PP
Note that WNPP, and therefore \fBwnpp-check\fR's output, is source
package based.
.SH OPTIONS
.TP
.BR \-\-exact ", " \-e
Require an exact package name match, rather than the default substring match.
.TP
.BR \-\-help ", " \-h
Show a summary of options.
.TP
.BR \-\-version ", " \-v
Show version and copyright information.
.SH SEE ALSO
https://www.debian.org/devel/wnpp
.SH EXIT STATUS
.TP
0
None of the packages supplied has an open ITP or RFP
.TP
1
Either an error occurred or at least one package supplied has an open ITP or
RFP
.SH AUTHOR
\fBwnpp-check\fR was written by David Paleino <d.paleino@gmail.com>; this man
page was written by Adam D. Barratt <adam@adam-barratt.org.uk> for the
devscripts package.
\fBwnpp-check\fR was originally based on \fBwnpp-alert\fR, which was written
by Arthur Korn <arthur@korn.ch> and modified by Julian Gilbey <jdg@debian.org>
for the devscripts package. Both scripts are in the public domain.