#############################################################################
# Ubuntu profile
#
# Variables that define building for Ubuntu
#############################################################################
# Extra package to install
PROFILE_ADDITIONAL_PACKAGES="ubuntu-keyring"

# When running lintian, use a custom lintian profile
# A lintian profile is defined at
# /usr/share/lintian/profiles/{profile}/main.profile
PROFILE_LINTIAN_PROFILE="ubuntu"

# What mirror is in use
PROFILE_MIRROR=http://archive.ubuntu.com/ubuntu

# What keyring needs to be used
PROFILE_KEYRING="/usr/share/keyrings/ubuntu-archive-keyring.gpg"

# What components. A distribution is split in a number of compontents. For
# Ubuntu this is main, restricted, universe and multiverse
DISTRO_COMPONENTS="main restricted universe multiverse"

# The default release to build against
PROFILE_RELEASE="focal"
