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/changelog | 2 ++ debian/rules | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index ac387d7..3d281df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ gnome-pie (0.6.6-1) unstable; urgency=medium * debian/control: - Add libarchive-dev to Build-Depends. - Change requested version of vala to >= 0.24. + * debian/rules: + - Add override_dh_auto_build to compile po files at build time. -- Jörg Frings-Fürst Sun, 27 Sep 2015 15:07:47 +0200 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