We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b5f45e + 0f4c193 commit 3a9994eCopy full SHA for 3a9994e
deb/common/rules
@@ -3,6 +3,11 @@
3
VERSION ?= $(shell cat engine/VERSION)
4
TARGET_ARCH = $(shell dpkg-architecture -qDEB_TARGET_ARCH)
5
6
+# force packages to be built with xz compression, as Ubuntu 21.10 and up use
7
+# zstd compression, which is non-standard, and breaks 'dpkg-sig --verify'
8
+override_dh_builddeb:
9
+ dh_builddeb -- -Zxz
10
+
11
override_dh_auto_build:
12
# Build the daemon and dependencies
13
cd engine && DOCKER_GITCOMMIT=$(ENGINE_GITCOMMIT) PRODUCT=docker ./hack/make.sh dynbinary
0 commit comments