[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: number of bugs affecting a package version



On Ma, 02 feb 21, 14:23:05, kamaraju kusumanchi wrote:
> Is there a way to get the number of bugs filed against a package that
> affect a specific version of a package? The closest I was able to
> achieve is
> 
>  % querybts -u text -b libc6-dev 2> /dev/null | wc -l
> 38
> 
> which shows all bugs filed on libc6-dev. But it does not, for example,
> show me the number of bugs currently affecting 2.28-10 (the version in
> stable) or 2.31-9 (the version in testing).

Considering querybts is meant to be used by reportbug this seems like it 
would be out of scope for it.

Your use case seems more appropriate for 'bts' (in package devscripts), 
though on a quick read of the manpage it seems to support this for the 
'show' command, but not for the 'select' command.

It might be possible to hack something together by setting BROWSER to a 
text browser, but it's probably easier to just use BTS URLs directly, 
e.g. something like:

https://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=testing;package=libc6-dev


UDD might also be worth looking into.

https://wiki.debian.org/UltimateDebianDatabase

Hope this helps,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser

Attachment: signature.asc
Description: PGP signature


Reply to: