/[qa]/trunk/data/wnpp/gen-orphaned
ViewVC logotype

Diff of /trunk/data/wnpp/gen-orphaned

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 299 by tbm, Sat Jan 26 23:18:13 2002 UTC revision 300 by tbm, Sun Feb 17 13:27:38 2002 UTC
# Line 68  else: Line 68  else:
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):

Legend:
Removed from v.299  
changed lines
  Added in v.300

  ViewVC Help
Powered by ViewVC 1.1.5