The BTS has yet another feature which can help, categories. That’s
based on usertags as well, but one has to use the package address
($package@packages.debian.org), so that’s package-specific rather
than team-specific.
Categories are
documented on the wiki,
and they would probably be welcome in the intel and ati cases
above, as well as in the “multiple tools in a single bundle”
cases… An example of what we could achieve is the
devscripts bug page (it takes
some time to load, plenty of bugs).
Needed steps for that to happen:
To move the usertags, something like that should do the job:
# Adding usertags:
user $package1@packages.debian.org
usertag X xset
usertag Y xrandr
user $package2@packages.debian.org
usertag Z i810
# Removing tags which are no longer needed:
user debian-x@lists.debian.org
usertag X - xset
usertag Y - xrandr
usertag Z - i810