From 3ed97d53ed717f11440223cf84352d0f53eea539 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 20 Nov 2016 21:09:57 +0100 Subject: chroot-installation: add tests for packages relevant to the DebConf videoteam Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 36c2958b..91cee4dd 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -255,6 +255,15 @@ if [ "$2" != "" ] ; then ;; developer) install_build_depends developer $FULL_DESKTOP ;; + debconf-video) case $1 in + jessie) install_packages ffmpeg icecast2 + ;; + stretch) install_packages ffmpeg icecast2 voctomix + ;; + sid) install_packages ffmpeg icecast2 voctomix voctomix-outcasts hdmi2usb-mode-switch + ;; + esac + ;; education*) install_packages "Debian Edu task" $2 ;; *) echo "unsupported component." -- cgit v1.2.3-54-g00ecf