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

# What mirror is in use
PROFILE_MIRROR=http://deb.debian.org/debian/

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

# What components. A distribution is split in a number of compontents. For
# Debian this is main, contrib and non-free
DISTRO_COMPONENTS="main contrib non-free"

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