diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-28 21:32:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-28 21:32:03 +0200 |
commit | 35f477819cd280263bf8c7698779846cd7c3b706 (patch) | |
tree | 361246883e2c4069c473b888ad49f7f1c71cfc7f /debian/rules | |
parent | ded7f9ca189d8abbfcb6eb874d68bdc1a644da8f (diff) |
make sure Debian packages created on Ubuntu 21+ still work with Debian reprepro: force Debian standard compression algorithm
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index d88ca73fc..fa259625e 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) |