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]: