在 Debian 里,“backlog”通常指 Debian Bug Tracking System(BTS)中的 bug 列表。排序方式取决于你在哪里查看。下面按常见场景说明。
Debian 的 bug 页面支持通过 URL 参数排序,没有“按钮”,但很灵活。
https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=<包名>
https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=<包名>;order=date
https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=<包名>;order=-date
order=lastmod
order=-lastmod
order=severity
order=-severity
常见 severity 顺序大致是:
critical > grave > serious > important > normal > minor > wishlist
order=number
order=-number
order=severity,-date
https://bugs.debian.org/reports/
支持:
可配合 order= 参数使用。
如果你指的是 Debian 团队 backlog(如 Release Team、Installer Team):
例如 Release Team 的 queue:
https://release.debian.org/
如果你在本地用工具:
bts list <package>
或:
bts select package:<pkg> severity:important
这些输出是文本,需要你自己排序(如 sort)。
✅ 推荐排序方式
✅ 过滤比排序更重要
status:open severity:serious
如果你能具体说明:
我可以给你更精确的排序方式或 URL。