From 992379d53f5786a27725df14ef55c88a6e6c8d95 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sat, 17 Jan 2015 23:38:45 +0000 Subject: security_db.DB._parseFile(): Only treat "Extra-Source-Only: yes" as skip-worthy git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31472 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- lib/python/security_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/python/security_db.py b/lib/python/security_db.py index 36543a26d9..6149e1197b 100644 --- a/lib/python/security_db.py +++ b/lib/python/security_db.py @@ -524,7 +524,7 @@ class DB: elif name == "Architecture": pkg_arch = contents elif name == "Extra-Source-Only": - pkg_extra_source_only = True + pkg_extra_source_only = contents.strip() == "yes" if pkg_name is None: raise SyntaxError\ ("package record does not contain package name") -- cgit v1.2.3