diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 6 insertions, 0 deletions
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 <debian@jff-webhosting.net> 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 |