diff options
author | Alessio Treglia <quadrispro@ubuntu.com> | 2010-04-14 12:26:10 +0200 |
---|---|---|
committer | Alessio Treglia <quadrispro@ubuntu.com> | 2010-04-14 12:26:10 +0200 |
commit | e8874f5586b69eafabb6b0163f5299322c0f7bc9 (patch) | |
tree | 009491740106dd65fe464fd197afcda49304534d /debian/rules | |
parent | a9a833c10711f1ec7060322030f11e64f44fca2c (diff) |
Call intltool-update to generate a PO template (LP: #551470).
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 51e928e..f072c64 100755 --- a/debian/rules +++ b/debian/rules @@ -12,3 +12,7 @@ override_dh_auto_test: override_dh_auto_configure: autoreconf -f -i -s dh_auto_configure + +override_dh_auto_build: + cd po; intltool-update -p + dh_auto_build |