Merge lp:~zyga/cdts/ppa-packaging-cdts into lp:~registry/cdts/ppa-packaging-cdts

Proposed by Zygmunt Krynicki
Status: Merged
Approved by: Daniel Manrique
Approved revision: 88
Merged at revision: 88
Proposed branch: lp:~zyga/cdts/ppa-packaging-cdts
Merge into: lp:~registry/cdts/ppa-packaging-cdts
Diff against target: 25 lines (+6/-2)
1 file modified
debian/control (+6/-2)
To merge this branch: bzr merge lp:~zyga/cdts/ppa-packaging-cdts
Reviewer Review Type Date Requested Status
Daniel Manrique (community) Approve
Review via email: mp+254824@code.launchpad.net

Description of the change

This branch will hopefully fix the build error that we're getting. CDTS failed to validate since it didn't build-depend (or runtime depend) on the checkbox provider.

To post a comment you must log in.
Revision history for this message
Daniel Manrique (roadmr) wrote :

AH, the *resource-checkbox* provider. OK, then, +1. Thanks!

review: Approve
lp:~zyga/cdts/ppa-packaging-cdts updated
88. By Zygmunt Krynicki

Add build-dependencies on checkbox and resource provider, remove runtime dependency on the resource provider from cdts itself (as the cdts provider already does that)

Revision history for this message
Daniel Manrique (roadmr) wrote :

OK, now we're all happy with it. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2015-03-31 15:35:51 +0000
3+++ debian/control 2015-03-31 19:56:25 +0000
4@@ -3,7 +3,12 @@
5 Section: misc
6 Priority: optional
7 Standards-Version: 3.9.4
8-Build-Depends: debhelper (>= 9), intltool, python3, python3-plainbox (>= 0.21)
9+Build-Depends: debhelper (>= 9),
10+ intltool,
11+ plainbox-provider-checkbox (>= 0.20),
12+ plainbox-provider-resource-generic (>= 0.18),
13+ python3,
14+ python3-plainbox (>= 0.21)
15 Vcs-Bzr: https://code.launchpad.net/~checkbox-ihv-ng/cdts/packaging
16
17 Package: canonical-driver-test-suite
18@@ -12,7 +17,6 @@
19 Replaces: plainbox-ihv-demo-config
20 Depends: checkbox-gui (>=0.33),
21 plainbox-provider-canonical-driver-test-suite,
22- plainbox-provider-resource-generic (>= 0.18),
23 ${misc:Depends}
24 Description: Tool for testing driver compatibility with Ubuntu.
25 The Canonical Driver Test Suite provides a user interface and set of tests for

Subscribers

People subscribed via source and target branches