Merge lp://qastaging/~pete-woods/indicator-sound/gettext into lp://qastaging/indicator-sound/13.10
Proposed by
Pete Woods
Status: | Merged |
---|---|
Approved by: | Charles Kerr |
Approved revision: | 385 |
Merged at revision: | 386 |
Proposed branch: | lp://qastaging/~pete-woods/indicator-sound/gettext |
Merge into: | lp://qastaging/indicator-sound/13.10 |
Diff against target: |
12 lines (+1/-1) 1 file modified
CMakeLists.txt (+1/-1) |
To merge this branch: | bzr merge lp://qastaging/~pete-woods/indicator-sound/gettext |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Charles Kerr (community) | Approve | ||
Review via email: mp+188618@code.qastaging.launchpad.net |
Commit message
Fix translation support
dh_translations doesn't perform variable substitution when parsing the CMakeLists.txt file
Description of the change
Fix translation support
dh_translations doesn't perform variable substitution when parsing the CMakeLists.txt file
To post a comment you must log in.
Pete, indicator-network, indicator-location, and indicator-session all use "set(GETTEXT_ PACKAGE ${CMAKE_ PROJECT_ NAME})" too.
Is this fix a one-off workaround only for i-sound, or should it be copied to these other packages too?