mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-14 20:51:11 +00:00
Add missing AUTOPKGTEST field for fake source
This commit is contained in:
parent
6db26ca1c6
commit
a4488a1502
@ -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]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user