Introduction

reportbug is a tool designed to make the reporting of bugs in Debian and derived distributions relatively painless. Its features include:

  • Access to outstanding bug reports to make it easier to identify whether problems have already been reported.
  • Automatic checking for newer versions of packages. Optional automatic verification of integrity of packages via debsums.
  • Support for following-up on outstanding reports.
  • Integration with the mutt, af, and mh/nmh e-mail readers.
  • Optional PGP/GnuPG integration.

This package provides access to the Debian Bug Tracking System, which can be used for both reporting and researching bugs, by a number of interfaces, including email, web, and command-line utilities.

  • To report a bug: ‘reportbug packagename’
  • To view bugs for a package: ‘querybts packagename’

Installation

sudo apt-get install python-vte reportbug

Now I try to take a sample case borrowed from Reference 2 to illustrate how to use reportbug.

Configure reportbug

reportbug

reportbug

reportbug

reportbug

reportbug

Add your name.

reportbug

Add your email.

reportbug

Just skip SMTP host if you do not have. And the default SMTP server will be provided by Debian.

reportbug

reportbug

Just skip proxy server if you do not have.

reportbug

After finishing configuration of reportbug, directly open reportbug to report bug to Debian Bug Tracking System.

Report bug with reportbug

reportbug

At first, please enter the name of debian package;

reportbug

reportbug will check whether the package on our system is the newest version and ask you whether you really want to report this bug.

reportbug

Please check whether there exists a similar report bug.

reportbug

The bug here is “typecatcher cannot startup normally”. It should be important.

reportbug

If you cannot find any description that could apply to your bug, please continue.

reportbug

Then describe your bug in the textbox following the tips.

reportbug

Submit the bug report via email.

reportbug

Finally, you could search your bug id from Debian Bug Tracking System.

References

[1] Reportbug

[2] 使用Reportbug工具向Debian软件包维护人员提交bug报告