From b0172d74c4591aa8c88011f3f7b23f46b3e954dd Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sat, 12 Jan 2013 12:31:17 +0100 Subject: [PATCH] Ignore sources only referenced by Built-Using Signed-off-by: Niels Thykier Signed-off-by: Adam D. Barratt --- britney.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/britney.py b/britney.py index 0b03d30..7f56976 100755 --- a/britney.py +++ b/britney.py @@ -453,6 +453,9 @@ class Britney(object): step = Packages.step while step(): + if get_field('Extra-Source-Only', 'no') == 'yes': + # Ignore sources only referenced by Built-Using + continue pkg = get_field('Package') ver = get_field('Version') # There may be multiple versions of the source package