From c596d3d3764ee8fb00ad0353051b34b01e93199f Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Thu, 30 May 2019 00:56:06 +0100 Subject: [PATCH] Drop dead jasper subproject. --- debian/changelog | 1 + live-build/auto/config | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index c140c19c..14dc9e96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ livecd-rootfs (2.588) UNRELEASED; urgency=medium * Drop dead wubi subproject. + * Drop dead jasper subproject. -- Dimitri John Ledkov Thu, 30 May 2019 11:04:02 +0100 diff --git a/live-build/auto/config b/live-build/auto/config index e0afbfc2..ca02514e 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -302,19 +302,6 @@ case $IMAGEFORMAT in ext2|ext3|ext4) OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT" PREINSTALLED=true - case ${SUBPROJECT:-} in - *) - case $PROJECT in - ubuntu-cpc) - ;; - *) - add_package live jasper - ;; - esac - ;; - esac - ;; - plain) case $PROJECT:${SUBPROJECT:-} in ubuntu-server:live)