commit 7f72e1a56329d2def377b25599f6ac583e5fd89b
parent 15ec1b4cf2da28d9e5f13291c3984abb460fa7e6
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 28 Jun 2022 21:31:54 +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
@@ -5,6 +5,9 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
dh ${@}
+override_dh_builddeb:
+ dh_builddeb -- -Zgzip
+
override_dh_auto_configure:
dh_auto_configure -- --disable-rpath