chiark / gitweb /
devscripts (2.10.69+squeeze4) stable-security; urgency=high
[devscripts.git] / scripts / grep-excuses.1
1 .TH GREP-EXCUSES 1 "Debian Utilities" "DEBIAN" \" -*- nroff -*-
2 .SH NAME
3 grep-excuses \- search the testing excuses files for a specific maintainer
4 .SH SYNOPSIS
5 \fBgrep-excuses\fR [\fIoptions\fR] [\fImaintainer\fR|\fIpackage\fR]
6 .SH DESCRIPTION
7 \fBgrep-excuses\fR downloads the update_excuses.html file and greps it
8 for the specified maintainer name.  The \fBlibwww-perl\fR package is
9 required for this script.  If no name is given on the command line,
10 first the environment variable \fBDEBFULLNAME\fR is used if it is
11 defined, and failing that, the configuration variable described below
12 is used.
13 .SH OPTIONS
14 .TP
15 \fB\-\-no-conf\fR, \fB\-\-noconf\fR
16 Do not read any configuration files.  This can only be used as the
17 first option given on the command-line.
18 .TP
19 \fB\-\-wipnity\fR, \fB\-w\fR
20 Get information from <http://release.debian.org/migration/>.  A package name
21 must be given when using this option.
22 .TP
23 .B \-\-help
24 Show a brief usage message.
25 .TP
26 .B \-\-version
27 Show version and copyright information.
28 .SH "CONFIGURATION VARIABLES"
29 The two configuration files \fI/etc/devscripts.conf\fR and
30 \fI~/.devscripts\fR are sourced in that order to set configuration
31 variables.  Command line options can be used to override configuration
32 file settings.  Environment variable settings are ignored for this
33 purpose.  The currently recognised variable is:
34 .TP
35 .B GREP_EXCUSES_MAINTAINER
36 The default maintainer, email or package to grep for if none is
37 specified on the command line.
38 .SH "SEE ALSO"
39 .BR devscripts.conf (5).
40 .SH AUTHOR
41 Joey Hess <joeyh@debian.org>;
42 modifications by Julian Gilbey <jdg@debian.org>.