Merge lp:~michihenning/storage-framework/new-cmake-extras into lp:storage-framework/devel

Proposed by Michi Henning
Status: Merged
Approved by: James Henstridge
Approved revision: 100
Merged at revision: 100
Proposed branch: lp:~michihenning/storage-framework/new-cmake-extras
Merge into: lp:storage-framework/devel
Diff against target: 146 lines (+7/-105)
3 files modified
CMakeLists.txt (+1/-1)
debian/control (+5/-103)
debian/control.in (+1/-1)
To merge this branch: bzr merge lp:~michihenning/storage-framework/new-cmake-extras
Reviewer Review Type Date Requested Status
James Henstridge Approve
unity-api-1-bot continuous-integration Approve
Review via email: mp+312988@code.launchpad.net

Commit message

Updated for new cmake-extras. Replaced debian/control with minimal dummy.

Description of the change

Updated for new cmake-extras. Replaced debian/control with minimal dummy.

To post a comment you must log in.
Revision history for this message
unity-api-1-bot (unity-api-1-bot) wrote :

PASSED: Continuous integration, rev:100
https://jenkins.canonical.com/unity-api-1/job/lp-storage-framework-ci/228/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build/1263
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-0-fetch/1270
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1053
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1053/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=zesty/1053
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=zesty/1053/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1053
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1053/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=zesty/1053
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=zesty/1053/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=xenial+overlay/1053
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=xenial+overlay/1053/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=zesty/1053
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=zesty/1053/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/unity-api-1/job/lp-storage-framework-ci/228/rebuild

review: Approve (continuous-integration)
Revision history for this message
James Henstridge (jamesh) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2016-11-08 07:08:47 +0000
3+++ CMakeLists.txt 2016-12-12 02:23:31 +0000
4@@ -104,7 +104,7 @@
5 include(CTest)
6 enable_testing()
7
8-include(EnableCoverageReport)
9+find_package(CoverageReport)
10
11 include(GNUInstallDirs)
12
13
14=== modified file 'debian/control'
15--- debian/control 2016-11-29 11:14:31 +0000
16+++ debian/control 2016-12-12 02:23:31 +0000
17@@ -1,111 +1,13 @@
18 # This file is autogenerated. DO NOT EDIT!
19 #
20 # Modifications should be made to ./debian/control.in instead.
21-# This file is regenerated automatically in the clean target.
22+# This file is regenerated automatically by bileto.
23 #
24 Source: storage-framework
25-Section: libs
26-Priority: optional
27-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
28-Standards-Version: 3.9.6
29-Build-Depends: cmake,
30- cmake-extras (>= 0.4),
31- debhelper (>= 9),
32- doxygen,
33- google-mock,
34- libapparmor-dev,
35- libboost-filesystem-dev (>= 1.58) | libboost-filesystem1.58-dev,
36- libboost-system-dev (>= 1.58) | libboost-system1.58-dev,
37- libboost-thread-dev (>= 1.58) | libboost-thread1.58-dev,
38- libglib2.0-dev,
39- libgtest-dev,
40- libonline-accounts-qt-dev,
41- libqtdbustest1-dev,
42- libunity-api-dev,
43- licensecheck | devscripts (<< 2.16.6),
44- lsb-release,
45- python3-dbus,
46- python3-gi,
47- qtbase5-dev,
48- qtbase5-dev-tools,
49- qtdeclarative5-dev,
50-Homepage: https://launchpad.net/storage-framework
51-# if you don't have have commit access to this branch but would like to upload
52-# directly to Ubuntu, don't worry: your changes will be merged back into the
53-# upstream branch
54-Vcs-Bzr: lp:storage-framework
55+
56+# DO NOT EDIT THIS FILE. WE REALLY MEAN IT!
57
58 Package: libstorage-framework-provider-1-5
59 Architecture: any
60-Multi-Arch: same
61-Pre-Depends: ${misc:Pre-Depends},
62-Depends: ${misc:Depends},
63- ${shlibs:Depends},
64-Description: Library for Storage Framework providers
65- Server-side runtime support for provider implementations.
66-
67-Package: libstorage-framework-qt-client-1-0
68-Architecture: any
69-Multi-Arch: same
70-Pre-Depends: ${misc:Pre-Depends},
71-Depends: ${misc:Depends},
72- ${shlibs:Depends},
73-Description: Client library for the Storage Framework (API v1, soon to be removed)
74- Runtime support for storage framework clients.
75-
76-Package: storage-framework-registry
77-Architecture: any
78-Multi-Arch: foreign
79-Pre-Depends: ${misc:Pre-Depends},
80-Depends: ${misc:Depends},
81- ${shlibs:Depends},
82-# TODO: should be removed once online accounts is fixed: lp:1643421
83- online-accounts-daemon,
84-Description: Registry for the Storage Framework
85- DBus service that provides access to provider account information.
86-
87-Package: libstorage-framework-qt-client-2-0
88-Architecture: any
89-Multi-Arch: same
90-Pre-Depends: ${misc:Pre-Depends},
91-Depends: ${misc:Depends},
92- ${shlibs:Depends},
93- storage-framework-registry
94-Description: Client library for the Storage Framework
95- Runtime support for storage framework clients.
96-
97-Package: libstorage-framework-qt-local-client-1-0
98-Architecture: any
99-Multi-Arch: same
100-Pre-Depends: ${misc:Pre-Depends},
101-Depends: ${misc:Depends},
102- ${shlibs:Depends},
103-Description: Client library for the Storage Framework backed by the local file system
104- A version of the client-side API that implements a local
105- file system provider. This is intended mainly for testing;
106- it allows application code to use the storage framework
107- API without requiring use of DBus and cloud service account.
108-
109-Package: storage-framework-client-dev
110-Section: libdevel
111-Architecture: any
112-Multi-Arch: same
113-Pre-Depends: ${misc:Pre-Depends},
114-Depends: libstorage-framework-qt-client-1-0 (= ${binary:Version}),
115- libstorage-framework-qt-local-client-1-0 (= ${binary:Version}),
116- libstorage-framework-qt-client-2-0 (= ${binary:Version}),
117- qtbase5-dev,
118- ${misc:Depends},
119-Description: Header files for the Storage Framework client libraries
120- Development C++ headers for the client side API.
121-
122-Package: storage-framework-provider-dev
123-Section: libdevel
124-Architecture: any
125-Multi-Arch: same
126-Pre-Depends: ${misc:Pre-Depends},
127-Depends: libstorage-framework-provider-1-5 (= ${binary:Version}),
128- libboost-thread-dev (>= 1.58) | libboost-thread1.58-dev,
129- ${misc:Depends},
130-Description: Header files for the Storage Framework provider library
131- Development C++ headers for the provider API.
132+Description: DO NOT EDIT THIS FILE, IT IS GENERATED FROM control.in
133+ DO NOT EDIT THIS FILE
134
135=== modified file 'debian/control.in'
136--- debian/control.in 2016-11-29 11:14:31 +0000
137+++ debian/control.in 2016-12-12 02:23:31 +0000
138@@ -4,7 +4,7 @@
139 Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
140 Standards-Version: 3.9.6
141 Build-Depends: cmake,
142- cmake-extras (>= 0.4),
143+ cmake-extras (>= 0.10),
144 debhelper (>= 9),
145 doxygen,
146 google-mock,

Subscribers

People subscribed via source and target branches

to all changes: