5.8.1. Monitoring bugs
If you want to be a good maintainer, you should periodically check the Debian bug tracking system (BTS) for your packages. The BTS contains all the open bugs against your packages. You can check them by browsing this page: https://bugs.debian.org/
yourlogin@debian.org
.
Maintainers interact with the BTS via email addresses at bugs.debian.org
. Documentation on available commands can be found at https://www.debian.org/Bugs/, or, if you have installed the doc-debian
package, you can look at the local files /usr/share/doc/debian/bug-*
.
Some find it useful to get periodic reports on open bugs. You can add a cron job such as the following if you want to get a weekly email outlining all the open bugs against your packages:
# ask for weekly reports of bugs in my packages
0 17 * * fri echo "index maint address" | mail request@bugs.debian.org
Replace address with your official Debian maintainer address.