.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "TAGPENDING 1" .TH TAGPENDING 1 "2019-08-04" "Debian Utilities" " " .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" tagpending \- tags bugs that are to be closed in the latest changelog as pending .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBtagpending\fR [\fIoptions\fR] .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBtagpending\fR parses debian/changelog to determine which bugs would be closed if the package were uploaded. Each bug is then marked as pending, using \fBbts\fR(1) if it is not already so. .SH "OPTIONS" .IX Header "OPTIONS" .IP "\fB\-n\fR, \fB\-\-noact\fR" 4 .IX Item "-n, --noact" Check whether any bugs require tagging, but do not actually do so. .IP "\fB\-s\fR, \fB\-\-silent\fR" 4 .IX Item "-s, --silent" Do not output any messages. .IP "\fB\-v\fR, \fB\-\-verbose\fR" 4 .IX Item "-v, --verbose" List each bug checked and tagged in turn. .IP "\fB\-f\fR, \fB\-\-force\fR" 4 .IX Item "-f, --force" Do not query the \s-1BTS,\s0 but (re)tag all bugs closed in the changelog. .IP "\fB\-\-comments\fR" 4 .IX Item "--comments" Include the changelog header line and the entries relating to the tagged bugs as comments in the generated mail. This is the default. .Sp Note that when used in combination with \fB\-\-to\fR, the header line output will always be that of the most recent version. .IP "\fB\-\-no\-comments\fR" 4 .IX Item "--no-comments" Do not include changelog entries in the generated mail. .IP "\fB\-c\fR, \fB\-\-confirm\fR" 4 .IX Item "-c, --confirm" Tag bugs as both confirmed and pending. .IP "\fB\-t\fR, \fB\-\-to\fR \fIversion\fR" 4 .IX Item "-t, --to version" Parse changelogs for all versions strictly greater than \fIversion\fR. .Sp Equivalent to \fBdpkg-parsechangelog\fR's \fB\-v\fR option. .IP "\fB\-i\fR, \fB\-\-interactive\fR" 4 .IX Item "-i, --interactive" Display the message which would be sent to the \s-1BTS\s0 and, except when \&\fB\-\-noact\fR was used, prompt for confirmation before sending it. .IP "\fB\-w\fR, \fB\-\-wnpp\fR" 4 .IX Item "-w, --wnpp" For each bug that does not appear to belong to the current package, check whether it is filed against wnpp. If so, tag it. This allows e.g. ITAs and ITPs closed in an upload to be tagged. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBbts\fR(1) and \fBdpkg-parsechangelog\fR(1) .SH "COPYRIGHT" .IX Header "COPYRIGHT" This program is Copyright 2008 by Adam D. Barratt . .PP The shell script tagpending, on which this program is based, is Copyright 2004 by Joshua Kwan with changes copyright 2004\-7 by their respective authors. .PP This program is licensed under the terms of the \s-1GPL,\s0 either version 2 of the License, or (at your option) any later version.