[neon/neon/livecd-rootfs/Neon/release_jammy] /: Attempt manual removal.

Łukasz 'sil2100' Zemczak null at kde.org
Mon Sep 16 10:33:56 BST 2024


Git commit bd2839a9280e94be9f5facfc1e15a705bbc573e5 by Łukasz 'sil2100' Zemczak.
Committed on 06/09/2024 at 12:54.
Pushed by jriddell into branch 'Neon/release_jammy'.

Attempt manual removal.

M  +6    -0    debian/changelog
M  +4    -2    live-build/auto/config

https://invent.kde.org/neon/neon/livecd-rootfs/-/commit/bd2839a9280e94be9f5facfc1e15a705bbc573e5

diff --git a/debian/changelog b/debian/changelog
index 732ef718..a60f3fb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+livecd-rootfs (2.765.48) UNRELEASED; urgency=medium
+
+  * Fix previous attempt by removing the package from the task list manually.
+
+ -- Łukasz 'sil2100' Zemczak <lukasz.zemczak at ubuntu.com>  Fri, 06 Sep 2024 14:53:42 +0200
+
 livecd-rootfs (2.765.47) jammy; urgency=medium
 
   * Explicitly remove v4l2loopback packages to workaround issue with tasks
diff --git a/live-build/auto/config b/live-build/auto/config
index 4c09765d..3f7b9ffc 100755
--- a/live-build/auto/config
+++ b/live-build/auto/config
@@ -824,8 +824,10 @@ case $PROJECT in
 	ubuntustudio-dvd)
 		add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography
 		# To work around the fact that v4l2loopback-dkms is still pulled in (via tasks) even though no longer present in the seeds
-		# Fixes build failure
-		remove_package install v4l2loopback-utils v4l2loopback-dkms
+		# Fixes build failure (LP: #2079803)
+		# We need to do it by hand as we can't use remove_package here
+		sed -i '/v4l2loopback-utils/d' config/package-lists/livecd-rootfs.list.chroot_install
+		sed -i '/v4l2loopback-dkms/d' config/package-lists/livecd-rootfs.list.chroot_install
 		COMPONENTS='main restricted universe multiverse'
 		case $ARCH in
 			amd64|i386)	KERNEL_FLAVOURS='lowlatency-hwe-22.04' ;;



More information about the Neon-commits mailing list