From f06666c15f4a90b793571b066e85a5337b5988dc Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 19 May 2022 18:19:06 +0200 Subject: [PATCH] deb: use debhelper-compat=11 for compatibility with ubuntu 18.04 Commit f9ac2f67a22f865769a4e74070580276b229ae70 updated the "debhelper compat level" to 13 (12?), which seems to have introduced a regression when executing the preRM and postInst scripts; invoke-rc.d: syntax error: unknown option "--skip-systemd-native" dpkg: error processing package docker-ce (--install): installed docker-ce package post-installation script subprocess returned error exit status 1 This patch tries to downgrade it to 11, which looks to be the default for ubuntu 18.04 "bionic" Signed-off-by: Sebastiaan van Stijn --- deb/common/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/common/control b/deb/common/control index 85aef5b234..17ffc4ecae 100644 --- a/deb/common/control +++ b/deb/common/control @@ -7,7 +7,7 @@ Build-Depends: bash, ca-certificates, cmake, dh-apparmor, - debhelper-compat (= 12), + debhelper-compat (= 11), gcc, git, libbtrfs-dev | btrfs-tools,