Merge lp:~dpm/click/add-i18n-tools into lp:click

Proposed by David Planella
Status: Superseded
Proposed branch: lp:~dpm/click/add-i18n-tools
Merge into: lp:click
Diff against target: 23 lines (+4/-0)
1 file modified
click/chroot.py (+4/-0)
To merge this branch: bzr merge lp:~dpm/click/add-i18n-tools
Reviewer Review Type Date Requested Status
Michael Vogt Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+240082@code.launchpad.net

This proposal has been superseded by a proposal from 2014-10-30.

Commit message

Adds internationalization tools and CMake macros required by the new Qt Creator app and scope templates that provide internationalization code.

Description of the change

Adds internationalization tools and CMake macros required by the new Qt Creator app and scope templates that provide internationalization code.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michael Vogt (mvo) wrote :

Looks good, thanks! I just checked the seeds and its fine there as well.

review: Approve
lp:~dpm/click/add-i18n-tools updated
449. By David Planella

Removed cmake-extras from the 14.04 chroot, as the package was not available in there

Unmerged revisions

449. By David Planella

Removed cmake-extras from the 14.04 chroot, as the package was not available in there

447. By PS Jenkins bot

Releasing 0.4.33

446. By Colin Watson

Click 0.4.33: Add scope APIs; fix GC; add "click chroot --name"; make "click destroy" more robust; stop apps when uninstalling them. Fixes: 1324853, 1330770
Approved by: Colin Watson

445. By PS Jenkins bot

Releasing 0.4.32.1

444. By Daniel Holbach

Click 0.4.32: test improvements/cleanup, re-enable signature checking, optionally call click-review after build. Fixes: 1324853, 1330770
Approved by: PS Jenkins bot, Colin Watson

443. By PS Jenkins bot

Releasing 0.4.31.2

442. By Michael Vogt

Click 0.4.31: "click info <file in unpacked package>", and basic support for package signing. Fixes: 1324853, 1330770

441. By PS Jenkins bot

Releasing 0.4.30

440. By Michael Vogt

Click 0.4.30: Unit test improvements; fix upgrade if packages are present for removed users; flesh out 14.10 chroots. Fixes: 1334611

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'click/chroot.py'
2--- click/chroot.py 2014-09-29 11:11:20 +0000
3+++ click/chroot.py 2014-10-30 08:31:48 +0000
4@@ -77,7 +77,9 @@
5 ],
6 "ubuntu-sdk-14.04": [
7 "cmake",
8+ "cmake-extras",
9 "google-mock:TARGET",
10+ "intltool",
11 "libboost1.54-dev:TARGET",
12 "libjsoncpp-dev:TARGET",
13 "libprocess-cpp-dev:TARGET",
14@@ -104,7 +106,9 @@
15 ],
16 "ubuntu-sdk-14.10": [
17 "cmake",
18+ "cmake-extras",
19 "google-mock:TARGET",
20+ "intltool",
21 "libboost1.55-dev:TARGET",
22 "libcontent-hub-dev:TARGET",
23 "libjsoncpp-dev:TARGET",

Subscribers

People subscribed via source and target branches

to all changes: