=== modified file 'debian/local/apport-collect' --- debian/local/apport-collect 2009-02-19 12:28:59 +0000 +++ debian/local/apport-collect 2009-02-19 23:56:47 +0000 @@ -115,6 +115,9 @@ if not match: print 'Ignoring task', task.target continue + if task.status == "Invalid" or task.status == "Won't Fix" or task.status = "Fix Released": + print 'Ignoring task %s because it is closed', task.target + continue src = match.group('source') report['SourcePackage'] = src report['Package'] = src # no way to find this out