From 9211ddbfd8f5a68f36bc61bac4f020cc9c7bf1d2 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 20 May 2025 16:05:33 +0200 Subject: [PATCH] deb: add missing pre-depends for init-system-helpers Before this patch, lintian would complain about missing pre-depends: lintian ./*.deb ... W: docker-ce: skip-systemd-native-flag-missing-pre-depends (does not satisfy init-system-helpers:any) [postinst:51] W: docker-ce: skip-systemd-native-flag-missing-pre-depends (does not satisfy init-system-helpers:any) [prerm:10] Signed-off-by: Sebastiaan van Stijn --- deb/common/control | 1 + 1 file changed, 1 insertion(+) diff --git a/deb/common/control b/deb/common/control index 8ddce8093c..6d03361193 100644 --- a/deb/common/control +++ b/deb/common/control @@ -23,6 +23,7 @@ Vcs-Git: git://github.com/docker/docker.git Package: docker-ce Architecture: linux-any +Pre-Depends: init-system-helpers (>= 1.54~) Depends: containerd.io (>= 1.6.24), docker-ce-cli, iptables,