From c4d8d996821e1137b38b84ee41bab9e5cf4ce4ad Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 21 Dec 2020 18:16:50 +0100 Subject: [PATCH] TT#100201 Include zstd in ngcp-services-{ce,pro} systemd-coredump in systemd versions >=246 uses zstd as the default. Now having 247.1-3 in current Debian/bullseye, we should have zstd available out-of-the-box for dealing with compressed coredump files (which are zstd by default). Given that zstd is available also in Debian/buster, let's add it to ngcp-services-{ce,pro}. Change-Id: I7fddd253c93f32ec7cb8f38900feab73218b2cf9 --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 98ad1d2..89fef37 100644 --- a/debian/control +++ b/debian/control @@ -372,6 +372,7 @@ Depends: systemd-coredump, systemd-sysv, systemd-timesyncd | systemd, + zstd, ${misc:Depends}, Provides: ngcp-services, @@ -457,6 +458,7 @@ Depends: systemd-coredump, systemd-sysv, systemd-timesyncd | systemd, + zstd, ${misc:Depends}, Provides: ngcp-services,