Author: fw Date: 2005-12-23 13:59:19 +0000 (Fri, 23 Dec 2005) New Revision: 3130 Modified: lib/python/security_db.py Log: lib/python/security_db.py (DB.calculateDebsecan1): Even an equal version provides a fix. Modified: lib/python/security_db.py ==================================================================--- lib/python/security_db.py 2005-12-23 13:15:25 UTC (rev 3129) +++ lib/python/security_db.py 2005-12-23 13:59:19 UTC (rev 3130) @@ -1440,7 +1440,7 @@ FROM source_packages WHERE name = ? AND release = ''sid'' AND subrelease = ''''""", (package,)): - if debian_support.Version(v) > v_ref: + if debian_support.Version(v) >= v_ref: fixed_releases[''sid''] = True break elif version is not None: