On Sun, Sep 23, 2012 at 9:26 PM, Artur R. Czechowski <artu...@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


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to