make sure Debian packages created on Ubuntu 21+ still work with Debian reprepro: force Debian standard compression algorithm

This commit is contained in:
Christian Grothoff 2022-06-28 21:32:03 +02:00
parent ded7f9ca18
commit 35f477819c
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

3
debian/rules vendored
View File

@ -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)