Merge lp:~bladernr/opencompute/ocp-fix-pkg-deps into lp:opencompute/checkbox

Proposed by Jeff Lane 
Status: Merged
Approved by: Jeff Marcom
Approved revision: 2161
Merged at revision: 2161
Proposed branch: lp:~bladernr/opencompute/ocp-fix-pkg-deps
Merge into: lp:opencompute/checkbox
Diff against target: 78 lines (+20/-17)
2 files modified
debian/changelog (+2/-0)
debian/control (+18/-17)
To merge this branch: bzr merge lp:~bladernr/opencompute/ocp-fix-pkg-deps
Reviewer Review Type Date Requested Status
Jeff Marcom (community) Approve
Review via email: mp+188431@code.launchpad.net

Commit message

Promotes several test packages from suggests to recommends.

Description of the change

Promotes several test packages from suggests to recommends. This is because they are not installed by default via apt-get when listed as suggests.

Apt-get doesn't install "suggests" by default.

To post a comment you must log in.
Revision history for this message
Jeff Marcom (jeffmarcom) wrote :

awesome. Thanks for cleaning this up.

review: Approve
Revision history for this message
Jeff Marcom (jeffmarcom) wrote :

Added commit message.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-09-27 13:25:11 +0000
3+++ debian/changelog 2013-09-30 19:22:32 +0000
4@@ -12,6 +12,8 @@
5 * Enabled bonnie++ tests after noting that bonnie++ is available via yum and
6 apt. Added new disk io_stress jobs and disk_stress script to add disk
7 testing via stressapptest.
8+ * debian/control: promoted several packages from suggest to depends to ensure
9+ they are installed along with checkbox-ocp (LP: #1233333)
10
11 -- Jeff Marcom <jeff.marcom@canonical.com> Mon, 23 Sep 2013 10:13:04 -0400
12
13
14=== modified file 'debian/control'
15--- debian/control 2013-09-25 15:48:13 +0000
16+++ debian/control 2013-09-30 19:22:32 +0000
17@@ -33,43 +33,44 @@
18 ${misc:Depends},
19 ${python3:Depends},
20 ${shlibs:Depends}
21-Recommends: dpkg (>= 1.13),
22+Recommends: bonnie++,
23+ cpu-checker,
24+ curl,
25+ dpkg (>= 1.13),
26+ ethtool,
27+ fwts,
28+ git-core,
29 gir1.2-gst-plugins-base-1.0,
30 gir1.2-gstreamer-1.0,
31 gstreamer1.0-plugins-good,
32 gstreamer1.0-pulseaudio,
33+ hdparm,
34+ libaio1,
35 libgstreamer1.0-0,
36 lsb-release,
37+ lshw,
38+ mcelog,
39 perl,
40 pm-utils,
41 python3-apt,
42 python3-dbus,
43 python3-gi
44-Suggests: bonnie++,
45- bootchart,
46+ smartmontools,
47+ stress,
48+ stressapptest,
49+ sysstat,
50+ wodim
51+Suggests: bootchart,
52 checkbox-ocp-cli | checkbox-ocp-gtk,
53- curl,
54- ethtool,
55- fwts,
56- git-core,
57 glmark2,
58 glmark2-es2,
59- hdparm,
60- libaio1,
61- lshw,
62- mcelog,
63 mesa-utils,
64 nmap,
65 obexd-client,
66 obexftp,
67 render-bench,
68- smartmontools,
69 sox,
70- stress,
71- stressapptest,
72- sysstat,
73- wmctrl,
74- wodim
75+ wmctrl
76 Description: System testing application
77 This project provides an extensible interface for system testing. The
78 results can then be sent to Launchpad.

Subscribers

People subscribed via source and target branches