Bug#647801: SOAP API get_bugs() doesn't show bugs affecting the package
Sandro Tosi <[email protected]>
| Newsgroups | gmane.linux.debian.devel.debbugs |
|---|---|
| Message-ID | <20111106132348.15002.81209.reportbug__15683.1417153173$1320586041$gmane$org@zion.matrix.int> |
Source: debbugs
Severity: normal
Hello,
it seems that get_bugs() doesn't show the bugs affecting the package we're
querying: i've taken 645738 as example, which is reported against libklibc-dev
and affects rootskel, then I used the SOAP API to query rootskel, but:
>>> import SOAPpy
>>> url = 'http://bugs.debian.org/cgi-bin/soap.cgi'
>>> namespace = 'Debbugs/SOAP'
>>> server = SOAPpy.SOAPProxy(url, namespace)
>>> '645738' in server.get_bugs("package", "rootskel")
False
>>> '645738' in server.get_bugs("src", "rootskel")
False
>>>
while it's correctly displayed on the webpage
http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=rootskel;dist=unstable
Regards,
Sandro
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash