From a4488a1502000adc8cdd157dd580f190395d281c Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 18 Aug 2015 23:36:24 +0200 Subject: [PATCH] Add missing AUTOPKGTEST field for fake source --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index d709706..4edefb8 100755 --- a/britney.py +++ b/britney.py @@ -671,7 +671,7 @@ class Britney(object): sources[distribution][dpkg[SOURCE]][BINARIES].append(pkgarch) # if the source package doesn't exist, create a fake one else: - sources[distribution][dpkg[SOURCE]] = [dpkg[SOURCEVER], 'faux', [pkgarch], None, True] + sources[distribution][dpkg[SOURCE]] = [dpkg[SOURCEVER], 'faux', [pkgarch], None, True, False] # register virtual packages and real packages that provide them if dpkg[PROVIDES]: