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

Subscribers

People subscribed via source and target branches