1TAGPENDING(1) TAGPENDING(1)
2
3
4
6 tagpending - tags bugs that are to be closed in the latest changelog as
7 pending
8
10 tagpending [options]
11
13 tagpending parses debian/changelog to determine which bugs would be
14 closed if the package were uploaded. Each bug is then marked as
15 pending, using bts(1) if it is not already so.
16
18 -n, --noact
19 Check whether any bugs require tagging, but do not actually do so.
20
21 -s, --silent
22 Do not output any messages.
23
24 -v, --verbose
25 List each bug checked and tagged in turn.
26
27 -f, --force
28 Do not query the BTS, but (re)tag all bugs closed in the changelog.
29
30 --comments
31 Include the changelog header line and the entries relating to the
32 tagged bugs as comments in the generated mail. This is the
33 default.
34
35 Note that when used in combination with --to, the header line
36 output will always be that of the most recent version.
37
38 --no-comments
39 Do not include changelog entries in the generated mail.
40
41 -c, --confirm
42 Tag bugs as both confirmed and pending.
43
44 -t, --to version
45 Parse changelogs for all versions strictly greater than version.
46
47 Equivalent to dpkg-parsechangelog's -v option.
48
49 -i, --interactive
50 Display the message which would be sent to the BTS and, except when
51 --noact was used, prompt for confirmation before sending it.
52
53 -w, --wnpp
54 For each bug that does not appear to belong to the current package,
55 check whether it is filed against wnpp. If so, tag it. This allows
56 e.g. ITAs and ITPs closed in an upload to be tagged.
57
59 bts(1) and dpkg-parsechangelog(1)
60
62 This program is Copyright 2008 by Adam D. Barratt
63 <adam@adam-barratt.org.uk>.
64
65 The shell script tagpending, on which this program is based, is
66 Copyright 2004 by Joshua Kwan <joshk@triplehelix.org> with changes
67 copyright 2004-7 by their respective authors.
68
69 This program is licensed under the terms of the GPL, either version 2
70 of the License, or (at your option) any later version.
71
72
73
74Debian Utilities 2021-05-03 TAGPENDING(1)