chiark / gitweb /
devscripts (2.10.69+squeeze4) stable-security; urgency=high
[devscripts.git] / scripts / wnpp-check.1
1 .TH WNPP-CHECK 1 "Debian Utilities" "DEBIAN" \" -*- nroff -*-
2 .SH NAME
3 wnpp-check \- check if a package is being packaged or if this has been requested
4 .SH SYNOPSIS
5 \fBwnpp-check package [...]\fR
6 .br
7 \fBwnpp-check \-\-help|\-\-version\fR
8 .SH DESCRIPTION
9 \fBwnpp-check\fR downloads the lists of packages which are listed as being
10 packaged (ITPed) or for which a package has been requested (RFPed) from the
11 WNPP website and lists any packages supplied on the command line which appear
12 in those lists.
13 .PP
14 Note that WNPP, and therefore \fBwnpp-check\fR's output, is source 
15 package based.
16 .SH OPTIONS
17 .TP
18 .BR \-\-help ", " \-h
19 Show a summary of options.
20 .TP
21 .BR \-\-version ", " \-v
22 Show version and copyright information.
23 .SH SEE ALSO
24 http://www.debian.org/devel/wnpp
25 .SH EXIT STATUS
26 .TP
27 0
28 None of the packages supplied has an open ITP or RFP
29 .TP
30 1
31 Either an error occurred or at least one package supplied has an open ITP or
32 RFP
33 .SH AUTHOR
34 \fBwnpp-check\fR was written by David Paleino <d.paleino@gmail.com>; this man
35 page was written by Adam D. Barratt <adam@adam-barratt.org.uk> for the
36 devscripts package.
37 \fBwnpp-check\fR was originally based on \fBwnpp-alert\fR, which was written
38 by Arthur Korn <arthur@korn.ch> and modified by Julian Gilbey <jdg@debian.org>
39 for the devscripts package.  Both scripts are in the public domain.