From f04803c5c8b4969398dae52bb0e0bcf4c7412a81 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 28 Jun 2022 21:31:49 +0200 Subject: make sure Debian packages created on Ubuntu 21+ still work with Debian reprepro: force Debian standard compression algorithm --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 8fa0b04..7c9e4a3 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,9 @@ include /usr/share/dpkg/architecture.mk %: dh ${@} +override_dh_builddeb: + dh_builddeb -- -Zgzip + override_dh_auto_configure-arch: dh_auto_configure -- --disable-rpath --with-microhttpd=yes $(shell dpkg-buildflags --export=configure) -- cgit v1.2.3