- Package:
- bugs.debian.org
- Source:
- bugs.debian.org
- Submitter:
- martin f krafft
- Date:
- 2010-12-14 21:09:09 UTC
- Severity:
- wishlist
I think it would be a nice enhancement if debbugs had aliases for some common searches, e.g. http://bugs.debian.org/upstream:PACKAGE http://bugs.debian.org/upstream:src:SRCPACKAGE include=tag:upstream;exclude=tag:fixed;exclude=tag:fixed-upstream;exclude=tag:pending;exclude=tag:wontfix;exclude=pending:done (bugs tagged upstream but not tagged (fixed|fixed-upstream|pending|wontfix|done)) http://bugs.debian.org/open:PACKAGE http://bugs.debian.org/open:src:SRCPACKAGE exclude=tag:fixed;exclude=tag:fixed-upstream;exclude=tag:pending;exclude=tag:wontfix;exclude=pending:done (bugs not tagged (fixed|fixed-upstream|pending|wontfix|done)) http://bugs.debian.org/local:PACKAGE http://bugs.debian.org/local:src:SRCPACKAGE exclude=tag:upstream;exclude=tag:fixed;exclude=tag:fixed-upstream;exclude=tag:pending;exclude=tag:wontfix;exclude=pending:done (bugs not tagged (upstream|fixed|fixed-upstream|pending|wontfix|done)) Thanks,
Another good one would be http://bugs.debian.org/fixed:PACKAGE http://bugs.debian.org/fixed:src:SRCPACKAGE include=tag:fixed;include=tag:fixed-upstream;include=tag:pending;exclude=pending:done (bugs tagged (fixed|fixed-upstream|pending))
This one is pretty easy to fix... how do I submit a patch to the mod_rewrite rules?
They're in examples/apache.conf in the bzr repository. See http://wiki.debian.org/Teams/Debbugs for details on how to get the bzr repository. Don Armstrong