Merge lp:~ken-vandine/ubuntu-system-settings/rtm-build-translation-templates into lp:ubuntu-system-settings/rtm-14.09

Proposed by Ken VanDine
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 942
Merged at revision: 943
Proposed branch: lp:~ken-vandine/ubuntu-system-settings/rtm-build-translation-templates
Merge into: lp:ubuntu-system-settings/rtm-14.09
Diff against target: 14 lines (+4/-0)
1 file modified
debian/rules (+4/-0)
To merge this branch: bzr merge lp:~ken-vandine/ubuntu-system-settings/rtm-build-translation-templates
Reviewer Review Type Date Requested Status
Sebastien Bacher (community) Approve
Review via email: mp+243670@code.launchpad.net

Commit message

Update the translations template during the build

Description of the change

Update the translations template during the build

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

great

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2014-08-05 10:25:11 +0000
3+++ debian/rules 2014-12-04 14:19:57 +0000
4@@ -12,6 +12,10 @@
5 # So until Debian bug 719148 is fixed, do it ourselves.
6 dh_auto_configure -- -DCMAKE_INSTALL_LOCALSTATEDIR="/var"
7
8+override_dh_auto_build:
9+ dh_auto_build
10+ $(MAKE) -C obj-$(DEB_HOST_GNU_TYPE) pot
11+
12 override_dh_install:
13 cd tests/autopilot; \
14 set -ex; for python in $(shell py3versions -r); do \

Subscribers

People subscribed via source and target branches