make sure Debian packages created on Ubuntu 21+ still work with Debian reprepro: force Debian standard compression algorithm
This commit is contained in:
parent
ded7f9ca18
commit
35f477819c
3
debian/rules
vendored
3
debian/rules
vendored
@ -7,6 +7,9 @@ include /usr/share/dpkg/architecture.mk
|
|||||||
%:
|
%:
|
||||||
dh ${@}
|
dh ${@}
|
||||||
|
|
||||||
|
override_dh_builddeb:
|
||||||
|
dh_builddeb -- -Zgzip
|
||||||
|
|
||||||
override_dh_auto_configure-arch:
|
override_dh_auto_configure-arch:
|
||||||
dh_auto_configure -- --disable-rpath --with-microhttpd=yes $(shell dpkg-buildflags --export=configure)
|
dh_auto_configure -- --disable-rpath --with-microhttpd=yes $(shell dpkg-buildflags --export=configure)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user