Merge lp:~pete-woods/policykit-unity8/cmake-extras-compatibility into lp:policykit-unity8

Proposed by Pete Woods
Status: Merged
Approved by: Michi Henning
Approved revision: 19
Merged at revision: 19
Proposed branch: lp:~pete-woods/policykit-unity8/cmake-extras-compatibility
Merge into: lp:policykit-unity8
Diff against target: 34 lines (+3/-3)
2 files modified
CMakeLists.txt (+2/-2)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~pete-woods/policykit-unity8/cmake-extras-compatibility
Reviewer Review Type Date Requested Status
Michi Henning (community) Approve
unity-api-1-bot continuous-integration Needs Fixing
Review via email: mp+312707@code.launchpad.net

Commit message

Compatibility with unversioned cmake-extras modules

Description of the change

Compatibility with unversioned cmake-extras modules

To post a comment you must log in.
Revision history for this message
unity-api-1-bot (unity-api-1-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Michi Henning (michihenning) wrote :

Looks good.

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 2016-08-29 19:14:32 +0000
+++ CMakeLists.txt 2016-12-07 17:06:22 +0000
@@ -34,7 +34,7 @@
34##34##
3535
36set_property(GLOBAL PROPERTY FORMAT_SOURCES)36set_property(GLOBAL PROPERTY FORMAT_SOURCES)
37include(FormatCode)37find_package(FormatCode)
3838
39##39##
40## Go deeper into the tree40## Go deeper into the tree
@@ -60,7 +60,7 @@
60## Coverage60## Coverage
61##61##
6262
63include(EnableCoverageReport)63find_package(CoverageReport)
64set(filter-list)64set(filter-list)
65list(APPEND filter-list "/usr")65list(APPEND filter-list "/usr")
66list(APPEND filter-list "${CMAKE_SOURCE_DIR}/tests")66list(APPEND filter-list "${CMAKE_SOURCE_DIR}/tests")
6767
=== modified file 'debian/control'
--- debian/control 2016-08-25 19:00:19 +0000
+++ debian/control 2016-12-07 17:06:22 +0000
@@ -7,7 +7,7 @@
7 clang-format | clang-format-3.4,7 clang-format | clang-format-3.4,
8 click-dev,8 click-dev,
9 cmake,9 cmake,
10 cmake-extras,10 cmake-extras (>= 0.10),
11 dbus,11 dbus,
12 dbus-test-runner,12 dbus-test-runner,
13 debhelper (>= 9),13 debhelper (>= 9),

Subscribers

People subscribed via source and target branches

to all changes: