taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 012c4e3442de045c5e17d597df5ededc96d65a5a
parent 88b2bb891696738fad31361b6b59b6b896c77d52
Author: Florian Dold <florian@dold.me>
Date:   Wed, 16 Oct 2024 17:10:26 +0200

debian: compile translations

Diffstat:
Mdebian/rules | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules @@ -10,6 +10,11 @@ SHELL := sh -e %: dh $@ --with python3 --buildsystem=pybuild +override_dh_auto_build: + mkdir -p talermerchantdemos/translations + pypoetry run pybabel compile -d talermerchantdemos/translations + dh_auto_build + # Skip tests override_dh_auto_test: true