ubuntu: exclude libdrm* and libplymouth* from the base set

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-10-21 07:05:41 +02:00
parent 2670aba1f0
commit 21b99e2c7d

2
DAB.pm
View File

@ -658,7 +658,7 @@ sub new {
if (lc($suiteinfo->{origin}) eq 'ubuntu' && $suiteinfo->{flags}->{systemd}) { if (lc($suiteinfo->{origin}) eq 'ubuntu' && $suiteinfo->{flags}->{systemd}) {
push @$incl, 'isc-dhcp-client'; 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') { if ($suite eq 'jammy') {
push @$excl, qw(fuse); # avoid fuse2 <-> fuse3 conflict push @$excl, qw(fuse); # avoid fuse2 <-> fuse3 conflict
} }