--cache
Force the creation of the $XDG_CACHE_HOME/devscripts/rc-alert cache directory.
--help, -h
Show a summary of options.
--version, -v
Show version and copyright information.
It is also possible to filter the list of bugs reported based on the tags and distributions associated
with the package. The filtering options are:
--include-tags, -f
A list of tags which the bug must have, in the format used for output. For example, to include
bugs tagged security or help wanted, use "SH".
--include-tag-op, -t
If set to and, a bug must have all of the tags specified by --include-tags.
--exclude-tags
A list of tags which the bug must not have, in the same format as --include-tags.
--exclude-tag-op
If set to and, a bug must have none of the tags specified by --exclude-tags. By default, the bug
will be excluded if any tag matches.
--include-dists, -d
A list of distributions which the bug must apply to, in the format used for output. For example,
to include bugs affecting testing or unstable, use "TU".
--include-dist-op, -o
If set to and, a bug must apply to all of the specified distributions in order to be included.
--exclude-dists
A list of distributions to which the bug must not apply, in the same format as --include-dists.
--exclude-dist-op
If set to and, a bug must apply to all of the specified distributions in order to be excluded. By
default the bug will be excluded if it applies to any of the listed distributions.
It is also possible to only list bugs which have specific debtags set. Note that you need to have debtags
installed and also that it's not mandatory for maintainers to set proper debtags. The produced list will
thus probably be incomplete.
--debtags
Match packages based on the listed tags. Each package is matched only if it has all the listed
tags; in the case of multiple tags within the same facet, a package is matched if it has any of
the listed tags within the facet.
--debtags-database
Use a non-standard debtags database. The default is /var/lib/debtags/packages-tags.
Popularity-contest collects data about installation and usage of Debian packages. You can additionally
sort the bugs by the popcon rank of the related packages.
--popcon
Sort bugs by the popcon rank of the package the bug belongs to.
--pc-vote
By default, packages are sorted according to the number of people who have the package installed.
This option enables sorting by the number of people regularly using the package instead. This
option has no effect in combination with --pc-local.
--pc-local
Instead of requesting remote data the information from the last popcon run is used
(/var/log/popularity-contest).