[Secure-testing-commits] r5665 - lib/python

Florian Weimer fw at alioth.debian.org
Wed Apr 18 17:42:02 UTC 2007


Author: fw
Date: 2007-04-18 17:42:01 +0000 (Wed, 18 Apr 2007)
New Revision: 5665

Modified:
   lib/python/security_db.py
Log:
* lib/python/security_db.py (DB.calculateDebsecan):
  No longer create version 0 debsecan data for woody.


Modified: lib/python/security_db.py
===================================================================
--- lib/python/security_db.py	2007-04-18 09:14:14 UTC (rev 5664)
+++ lib/python/security_db.py	2007-04-18 17:42:01 UTC (rev 5665)
@@ -1616,7 +1616,7 @@
                 
     def calculateDebsecan(self):
         """Calculate all debsecan data."""
-        for release in ('', 'woody', 'sarge', 'etch', 'lenny'):
+        for release in ('', 'sarge', 'etch', 'lenny'):
             self.calculateDebsecan0(release)
         self.calculateDebsecan1()
         




More information about the Secure-testing-commits mailing list