commit cf410ffe227c45bc8729626509864ef0c317ce9c
parent a863e72c302775e2da1af5af4b46ad56f7186142
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 28 Jun 2022 21:31:59 +0200
make sure Debian packages created on Ubuntu 21+ still work with Debian reprepro: force Debian standard compression algorithm
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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)