mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-07 17:21:22 +00:00
Make Faux packages default to non-free
Packages in main should not need them. Presuming we eventually make Britney enforce separation between components, "non-free" seems like a better default. Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
17a8fd6cdc
commit
3fde3ca7a0
@ -523,7 +523,7 @@ class Britney(object):
|
||||
version = sys.intern(get_field('Version', '1.0-1'))
|
||||
provides_raw = get_field('Provides')
|
||||
archs_raw = get_field('Architecture', None)
|
||||
component = get_field('Component', 'main')
|
||||
component = get_field('Component', 'non-free')
|
||||
if archs_raw:
|
||||
archs = archs_raw.split()
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user