diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2014-10-24 09:49:26 -0400 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2014-10-24 09:49:26 -0400 |
commit | df046b72131a32c12de162be17e86c498a7eb956 (patch) | |
tree | e7af6809c2e120c100d28dbff69f030ece442991 | |
parent | f08449460e8df7b09de45c59fa66dd3002040208 (diff) | |
download | ayatana-indicator-session-df046b72131a32c12de162be17e86c498a7eb956.tar.gz ayatana-indicator-session-df046b72131a32c12de162be17e86c498a7eb956.tar.bz2 ayatana-indicator-session-df046b72131a32c12de162be17e86c498a7eb956.zip |
update the translations template during the build
-rw-r--r-- | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index e64aff1..cc56ec1 100644 --- a/debian/rules +++ b/debian/rules @@ -13,3 +13,6 @@ override_dh_install: # Hack as it seems it's not possible to easy run that under dbus-test-runner override_dh_auto_test: env -u LD_PRELOAD dh_auto_test + +override_dh_translations: + $(MAKE) -C obj-$(DEB_HOST_GNU_TYPE) pot |