aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-28 21:32:08 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-28 21:32:08 +0200
commit25abbe8bf6db4c2b2c2656e83b38e55cf2fa76c2 (patch)
tree3d10748fcafd5e4898e82f1c5e1f90cee08a23e1 /debian
parent8f172691be7fa14dbe58613e598a9771d30d6925 (diff)
make sure Debian packages created on Ubuntu 21+ still work with Debian reprepro: force Debian standard compression algorithm
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index a1c05528..3df9f5d5 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)