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
=== modified file 'debian/rules'
--- debian/rules 2014-08-05 10:25:11 +0000
+++ debian/rules 2014-12-04 14:19:57 +0000
@@ -12,6 +12,10 @@
12 # So until Debian bug 719148 is fixed, do it ourselves.12 # So until Debian bug 719148 is fixed, do it ourselves.
13 dh_auto_configure -- -DCMAKE_INSTALL_LOCALSTATEDIR="/var"13 dh_auto_configure -- -DCMAKE_INSTALL_LOCALSTATEDIR="/var"
1414
15override_dh_auto_build:
16 dh_auto_build
17 $(MAKE) -C obj-$(DEB_HOST_GNU_TYPE) pot
18
15override_dh_install:19override_dh_install:
16 cd tests/autopilot; \20 cd tests/autopilot; \
17 set -ex; for python in $(shell py3versions -r); do \21 set -ex; for python in $(shell py3versions -r); do \

Subscribers

People subscribed via source and target branches