From 21b99e2c7d82dd2dbddc90649dba39369d17a631 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 21 Oct 2022 07:05:41 +0200 Subject: [PATCH] ubuntu: exclude libdrm* and libplymouth* from the base set Signed-off-by: Thomas Lamprecht --- DAB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DAB.pm b/DAB.pm index 47b0019..668a044 100644 --- a/DAB.pm +++ b/DAB.pm @@ -658,7 +658,7 @@ sub new { if (lc($suiteinfo->{origin}) eq 'ubuntu' && $suiteinfo->{flags}->{systemd}) { push @$incl, 'isc-dhcp-client'; - push @$excl, qw(libmodule-build-perl plymouth plymouth-theme-ubuntu-text powermgmt-base); + push @$excl, qw(libmodule-build-perl libdrm-common libdrm2 libplymouth5 plymouth plymouth-theme-ubuntu-text powermgmt-base); if ($suite eq 'jammy') { push @$excl, qw(fuse); # avoid fuse2 <-> fuse3 conflict } -- 2.39.2