diff options
Diffstat (limited to 'debian')
-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 |