[Reportbug-maint] Bug#688519: For wnpp bugs reportbug does not recknognize source package name

Sandro Tosi morph at debian.org
Sun Sep 23 20:08:49 UTC 2012


On Sun, Sep 23, 2012 at 9:26 PM, Artur R. Czechowski <arturcz at hell.pl> wrote:
> On Sun, Sep 23, 2012 at 08:42:56PM +0200, Sandro Tosi wrote:
>> python -c "from reportbug import utils ; package = 'libqglviewer' ;
>> print utils.get_package_status(package, avail=True) ; info =
>> utils.get_source_package(package) ; print info ; print
>> utils.get_package_status(info[0][0]) if info else 'err'";
> (None, None, (), (), (), None, False, None, '', None, None, None, None, '', '', (), None)
> []
> err

So your problem is that utils.get_source_package(package) doesn't
return any list of (package, description); this could be either
because

apt-cache showsrc libqglviewer

doesn't return anything on the node where you're running reportbug, or
because its binary package doesn't have a corresponding description
available, as in apt-cache show 'pkg' | grep "^Description:" is it
possible that you have "Description-en" in apt-cache show output ?


-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



More information about the Reportbug-maint mailing list