diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-27 20:02:32 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-27 20:02:32 +0200 | 
| commit | 19fe9cfe9a84ba453271d8d8e32f4aa9fe2be14e (patch) | |
| tree | bbc12f9519b07fd5540b790fc36e842e56331a31 | |
| parent | 7c1e9a8693538ac7c56a0f6b47b7369927c39c62 (diff) | |
compile po files at build timedebian/0.6.6-1
| -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 | 
