Man page - bts-srcpkg(1)
Packages contas this manual
- dpt-shell-lib(1)
- dpt-debian-upstream(1)
- dpt(1)
- dpt-upstream-repo(1)
- dpt-import-orig(1)
- dpt-fixup(1)
- dpt-salsa(1)
- dpt-missing-upload(1)
- dpt-never-uploaded(1)
- dpt-prepare(1)
- dpt-config(5)
- dpt-repack.sh(1)
- dpt-missing-upstream(1)
- pristine-orig(1)
- bts-srcpkg(1)
- dpt-uscan(1)
- dpt-packagecheck(1)
- dpt-dch-note(1)
- patchedit(1)
- dpt-new-upstream(1)
- dpt-takeover(1)
- dpt-co(1)
- dpt-gen-itp(1)
- dpt-push(1)
- dpt-invite-github(1)
- dpt-github-oauth(1)
- dpt-lp-mass-subscribe(1)
- dpt-lib.sh(5)
- dpt-ready-for-upload(1)
- dh-make-perl-dev(1)
- dpt-gc(1)
- dpt-ci-failures(1)
- dpt-get-ubuntu-packages(1)
- dpt-clean-mr-repos(1)
- bts-retitle(1)
- dpt-missing-pristine-tar(1)
- dpt-rename-uploader(1)
- dpt-checkout(1)
- dpt-forward(1)
- dpt-cd(1)
Package: pkg-perl-tools
apt-get install pkg-perl-tools
apt-get install pkg-perl-tools
Manuals in package:
Documentations in package:
Manual
| bts-srcpkg(1) | Debian Perl packaging Tools | bts-srcpkg(1) |
NAME
bts-srcpkg - query bugs.debian.org for bugs in a source package
SYNOPSIS
bts-srcpkg [-a] [-f] [-h] [-m] [-c] [-t] [source package name]
DESCRIPTION
bts-srcpkg queries the Debian BTS for bugs in a source package.
The source package name can be passed as a command line parameter. By default, it is read from debian/control in the current directory.
If you are in a Debian source directory, you can just type bts-srcpkg to get a list of the open bugs of the package you are working on.
ARGUMENTS
- source package name
- Name of the source package to query bugs for. By default, the name is taken from debian/control in the current directory.
OPTIONS
- -a Show all bugs of a source package.
- Also show done or archived bugs. By default, only open bugs are shown.
- -f Show all fields of a bug.
- Also show less relevant fields. By default, only bug_num, originator, subject, severity, forwarded, and tags are shown.
- -c Disable colored output.
- Don't colorize output. By default, output uses colors, unless STDOUT is not a tty or the environment variables CLICOLOR or NO_COLOR are set to false or true, respectively.
- -t Disable title.
- Don't output the title with the packagename. Might be convenient when called from another script.
- -h
- Show this help.
- -m
- Show full manpage.
SEE ALSO
COPYRIGHT AND LICENSE
Copyright 2011, 2016, 2021, 2022, gregor herrmann <gregoa@debian.org>
This program is free software. You may distribute it under the same terms as Perl.
| 2025-02-28 | pkg-perl-tools 0.82 |