commit 064003310af17597129f29bf768ead918ff02529 parent d9c0bd92ae8f32d774041556ea66413194ee6a11 Author: Florian Dold <florian@dold.me> Date: Mon, 29 Jun 2026 20:43:02 +0200 debian: do not pass autotools args to meson Diffstat:
| M | debian/rules | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/debian/rules b/debian/rules @@ -10,13 +10,6 @@ include /usr/share/dpkg/architecture.mk override_dh_builddeb: dh_builddeb -- -Zgzip -override_dh_auto_configure-arch: - dh_auto_configure -- --disable-rpath --with-microhttpd=yes $(shell dpkg-buildflags --export=configure) - -override_dh_auto_configure-indep: - -override_dh_auto_build-indep: - override_dh_auto_test: # Disabling test suite, incomplete