I also encountered the problem reported in #580070. In addition to the
work-around for "missing architecture" suggested by Stanley Pinchak, I
also had to add a check for the string "missing description" like this:
--- pycentral.orig 2011-10-09 15:30:42.372850893 +0200
+++ pycentral 2011-10-09 15:30:44.932692367 +0200
@@ -1993,6 +1993,8 @@
if stderr:
for line in map(string.strip, stderr.split("\n")):
if line == '': continue
+ if line == 'missing description': continue
+ if line == 'missing architecture': continue
fn = line.split(':', 1)[1][1:-11]
self.notfound += 1
Also note that #618497 appears to be a duplicate of this bug.
Daniel
Confidentiality Notice: This message (including attachments) is a private communication solely for use of the intended recipient(s).
If you are not the intended recipient(s) or believe you received this message in error, notify the sender immediately and then delete this
message. Any other use, retention, dissemination or copying is prohibited and may be a violation of law, including the Electronic
Communication Privacy Act of 1986."
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org