File: tagpending.1

package info (click to toggle)
devscripts 2.9.26etch5
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,752 kB
  • ctags: 323
  • sloc: perl: 8,642; sh: 3,590; makefile: 153; ansic: 17
file content (39 lines) | stat: -rw-r--r-- 1,241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH TAG-PENDING 1 "Debian Utilities" "DEBIAN" \" -*- nroff -*-
.SH NAME
tagpending \- Tag all bugs not marked pending as such
.SH SYNOPSIS
\fBtagpending\fR [\fIoptions\fR] 
.SH DESCRIPTION
\fBtagpending\fR looks for and parses debian/changelog and debian/control
to find out what bugs the impending release would close, and sends mail using
\fBmail(1)\fR to \fBcontrol@bugs.debian.org\fR tagging the bugs as pending. It
queries the BTS to look up the bugs marked as pending for that package and
excludes those from being re-tagged in the email.
.SH OPTIONS
.TP
.BR \-n ", " \-\-noact
Do not actually send an email, but print it to stdout.
.TP
.BR \-s ", " \-\-silent
Don't print actions taken.
.TP
.BR \-v ", " \-\-verbose
List every bug checked.
.TP
.BR \-f ", " \-\-force
Do not query the BTS for already tagged bugs, that is, force all bugs to
be tagged as pending even if they already are.
.TP
.BR \-h ", " \-\-help
Show a brief usage message.
.TP
.BR \-V ", " \-\-version
Show version and copyright information.
.SH "SEE ALSO"
.BR ldapsearch (1),
.BR mailx (1)
and
.BR dpkg-parsechangelog (1)
.SH AUTHOR
Joshua Kwan <joshk@triplehelix.org>.  This manpage and the associated
programme are licensed under the terms of the GPL, version 2.