~ubuntu-branches/ubuntu/precise/devscripts/precise-security

« back to all changes in this revision

Viewing changes to scripts/rc-alert.1

  • Committer: Bazaar Package Importer
  • Author(s): James Vega, James Vega, Cyril Brulebois, Carsten Hey
  • Date: 2010-08-02 01:31:38 UTC
  • mto: (10.7.4 sid)
  • mto: This revision was merged to the branch mainline in revision 92.
  • Revision ID: james.westby@ubuntu.com-20100802013138-9wome6t4abgu952j
[ James Vega ]
* bts:
  + Fix ability to clear all tags on a bug.  (Closes: #539688)
  + Detect invalid characters in usertags.  (Closes: #590930)
  + Allow specifying multiple tag modifiers (+, -, =) in one usertag stanza.
* rc-alert: Add missing hyphens and correct formatting in the man page.
  Based on a patch by Salvatore Bonaccorso.  (Closes: #589607)
* checkbashisms: Allow kill & trap XSI-isms unless --posix is given, as per
  Policy 3.9.1.0.  (Closes: #486823)
* debchange: Add --[no]multimaint-merge option, corresponding to the
  DEBCHANGE_MULTIMAINT_MERGE configuration variable.  (Closes: #590842)
* licensecheck: Add .pas, .inc, .dtd., .xsl, and .mod files to the default
  check list.  (Closes: #534988, #591305)
* build-rdeps: Escape regular expression metacharacters in package names.
  (Closes: #590832)
* Build-Depends on po4a (>= 0.40) so po4a recognizes .TQ macro.

[ Cyril Brulebois ]
* uscan: Get rid of extra quoting in dpkg --compare-versions calls.
  (Closes: #590178)

[ Carsten Hey ]
* debsign: Add options --re-sign and --no-re-sign to let the user choose
  whether an already signed file should be resigned.  (Closes: #580821)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.SH NAME
3
3
rc-alert \- check for installed packages with release-critical bugs
4
4
.SH SYNOPSIS
5
 
\fBrc-alert [inclusion options] [\-\-debtags [tag[,tag ...]] [\-\-popcon] [package ...]\fR
 
5
\fBrc\-alert [inclusion options] [\-\-debtags [tag[,tag ...]] [\-\-popcon] [package ...]\fR
6
6
.br
7
 
\fBrc-alert \-\-help|\-\-version\fR
 
7
\fBrc\-alert \-\-help|\-\-version\fR
8
8
.SH DESCRIPTION
9
 
\fBrc-alert\fR downloads the list of release-critical bugs from the
 
9
\fBrc\-alert\fR downloads the list of release-critical bugs from the
10
10
Debian BTS webpages, and then outputs a list of packages installed on
11
11
the system, or given on the command-line, which are in that list.
12
12
.P
35
35
.TP
36
36
.BR \-\-include\-tag\-op ", " \-t
37
37
If set to \fIand\fP, a bug must have all of the tags specified by
38
 
\fB\-\-includetags\fP.
 
38
\fB\-\-include\-tags\fP.
39
39
.TP
40
40
.BR \-\-exclude\-tags
41
41
A list of tags which the bug must not have, in the same format as
42
 
\fB\-\-includetags\fP.
 
42
\fB\-\-include\-tags\fP.
43
43
.TP
44
44
.BR \-\-exclude\-tag\-op
45
45
If set to \fIand\fP, a bug must have none of the tags specified by
46
 
\fB\-\-excludetags\fP.  By default, the bug will be excluded if any tag
 
46
\fB\-\-exclude\-tags\fP.  By default, the bug will be excluded if any tag
47
47
matches.
48
48
.TP
49
49
.BR \-\-include\-dists ", " \-d
56
56
.TP
57
57
.BR \-\-exclude\-dists
58
58
A list of distributions to which the bug must not apply, in the same format as
59
 
\fB\-\-includedists\fP.
 
59
\fB\-\-include\-dists\fP.
60
60
.TP
61
61
.BR \-\-exclude\-dist\-op
62
62
If set to \fIand\fP, a bug must apply to all of the specified distributions
75
75
.TP
76
76
.BR \-\-debtags\-database
77
77
Use a non-standard debtags database.  The default is
78
 
/var/lib/debtags/packages-tags.
 
78
\fI/var/lib/debtags/packages-tags\fP.
79
79
.P
80
80
Popularity-contest collects data about installation and usage of Debian
81
81
packages. You can additionally sort the bugs by the popcon rank of the related
92
92
.TP
93
93
.BR \-\-pc\-local
94
94
Instead of requesting remote data the information from the last popcon run is
95
 
used (/var/log/popularity-contest).
 
95
used (\fI/var/log/popularity-contest\fP).
96
96
.SH EXAMPLES
97
97
.TP
98
98
.BR \-\-include\-dists " OS"
114
114
either of the tags 'implemented-in::perl' or 'implemented-in::python'.
115
115
.TP
116
116
.BR \-\-popcon " "\-\-pc\-local
117
 
Read /var/log/popularity-contest and sort bugs by your personal popcon ranking
 
117
Read \fI/var/log/popularity-contest\fP and sort bugs by your personal popcon ranking
118
118
(which is basically the atime of your packages' binaries).
119
119
.SH BUGS
120
120
It is not possible to say "does not apply only to unstable"