summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-28 21:31:49 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-28 21:31:49 +0200
commitf04803c5c8b4969398dae52bb0e0bcf4c7412a81 (patch)
tree948fd304f78ebb0bf996cc8a5280bbc2b2b146e1 /debian
parentff67382e76bee1de3d7155e4d38f1f8dfb762492 (diff)
downloadanastasis-f04803c5c8b4969398dae52bb0e0bcf4c7412a81.tar.gz
anastasis-f04803c5c8b4969398dae52bb0e0bcf4c7412a81.tar.bz2
anastasis-f04803c5c8b4969398dae52bb0e0bcf4c7412a81.zip
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 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)