[Secure-testing-commits] r2419 - lib/python
Florian Weimer
fw at costa.debian.org
Mon Oct 17 12:24:02 UTC 2005
Author: fw
Date: 2005-10-17 12:24:02 +0000 (Mon, 17 Oct 2005)
New Revision: 2419
Modified:
lib/python/bugs.py
Log:
Treat "unfixed" like "removed".
Modified: lib/python/bugs.py
===================================================================
--- lib/python/bugs.py 2005-10-17 12:23:46 UTC (rev 2418)
+++ lib/python/bugs.py 2005-10-17 12:24:02 UTC (rev 2419)
@@ -664,7 +664,7 @@
"ITP note needs Debian bug reference",
lineno)
pkg_notes.append(x)
- elif v == 'unfixed':
+ elif v in ('unfixed', 'removed'):
pkg_notes.append(PackageNoteParsed
(p, None, d, release=release))
else:
More information about the Secure-testing-commits
mailing list