| 68 |
continue |
continue |
| 69 |
if tag != 'O': |
if tag != 'O': |
| 70 |
continue |
continue |
| 71 |
|
# Package not in Maintainers file. Package name has a typo or |
| 72 |
|
# the package was removed. Ignore for now and let wnpp-handle it. |
| 73 |
|
if not maintainers.has_key(package): |
| 74 |
|
continue |
| 75 |
|
|
| 76 |
if (string.find(maintainers[package], 'debian-qa@lists.') != -1 or |
if (string.find(maintainers[package], 'debian-qa@lists.') != -1 or |
| 77 |
string.find(maintainers[package], 'packages@qa.') != -1): |
string.find(maintainers[package], 'packages@qa.') != -1): |