[kernel-sec-discuss] r2336 - scripts

Dann Frazier dannf at alioth.debian.org
Sun May 29 18:05:35 UTC 2011


Author: dannf
Date: 2011-05-29 18:05:33 +0000 (Sun, 29 May 2011)
New Revision: 2336

Modified:
   scripts/filter-active.py
Log:
Fix this:
  filter-active.py:5: DeprecationWarning: please use 'debian' instead of 'debian_bundle'



Modified: scripts/filter-active.py
===================================================================
--- scripts/filter-active.py	2011-05-25 05:05:17 UTC (rev 2335)
+++ scripts/filter-active.py	2011-05-29 18:05:33 UTC (rev 2336)
@@ -2,7 +2,7 @@
 
 import os, re, sys
 from optparse import OptionParser
-from debian_bundle import deb822
+from debian import deb822
 
 class issue(deb822.Deb822):
     nonReleaseFields = ['Candidate',




More information about the kernel-sec-discuss mailing list