commit c0fcb1eeb12274025eaf0d3c667cc2ee00c43265
parent 012c4e3442de045c5e17d597df5ededc96d65a5a
Author: Florian Dold <florian@dold.me>
Date: Wed, 16 Oct 2024 17:17:58 +0200
debian: choose build system
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
@@ -10,10 +10,11 @@ SHELL := sh -e
%:
dh $@ --with python3 --buildsystem=pybuild
+# Make sure we compile translations (*.mo files).
override_dh_auto_build:
mkdir -p talermerchantdemos/translations
pypoetry run pybabel compile -d talermerchantdemos/translations
- dh_auto_build
+ dh_auto_build -O--buildsystem=pybuild
# Skip tests
override_dh_auto_test: