From 19fe9cfe9a84ba453271d8d8e32f4aa9fe2be14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 27 Sep 2015 20:02:32 +0200 Subject: compile po files at build time --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 050e29a..7789733 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,7 @@ %: dh $@ --buildsystem=cmake + +override_dh_auto_build: + $(CURDIR)/resources/locale/compile-po.sh + dh_auto_build -- cgit v1.2.3