Merge lp:~charlesk/indicator-session/lp-1233679 into lp:indicator-session/13.10

Proposed by Charles Kerr
Status: Merged
Approved by: Ted Gould
Approved revision: 414
Merged at revision: 414
Proposed branch: lp:~charlesk/indicator-session/lp-1233679
Merge into: lp:indicator-session/13.10
Diff against target: 12 lines (+1/-1)
1 file modified
CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~charlesk/indicator-session/lp-1233679
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+188707@code.launchpad.net

Description of the change

One-liner to set GETTEXT_PACKAGE explicitly because dh_translations can't handle ${CMAKE_PROJECT_NAME}

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
Ted Gould (ted) wrote :

Begrudgingly approving.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2013-08-12 17:01:00 +0000
+++ CMakeLists.txt 2013-10-01 20:03:37 +0000
@@ -5,7 +5,7 @@
55
6set (PROJECT_VERSION "13.10.1")6set (PROJECT_VERSION "13.10.1")
7set (PACKAGE ${CMAKE_PROJECT_NAME})7set (PACKAGE ${CMAKE_PROJECT_NAME})
8set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})8set (GETTEXT_PACKAGE indicator-session)
99
10option (enable_tests "Build the package's automatic tests." ON)10option (enable_tests "Build the package's automatic tests." ON)
11option (enable_lcov "Generate lcov code coverage reports." ON)11option (enable_lcov "Generate lcov code coverage reports." ON)

Subscribers

People subscribed via source and target branches