commit 3ab130af756413b49b907fb8cca04fa8d25dac3a parent 9209b272baba7d9cf15ae98cfc31e19188a644b5 Author: Florian Dold <florian@dold.me> Date: Mon, 29 Jun 2026 20:32:50 +0200 debian: build with meson Diffstat:
| M | debian/rules | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules @@ -3,7 +3,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh ${@} + dh ${@} --buildsystem=meson override_dh_builddeb: dh_builddeb -- -Zgzip