Merge ~smoser/cloud-init:ubuntu/devel-isc-dhcp-client-fix into cloud-init:ubuntu/devel

Proposed by Scott Moser
Status: Merged
Approved by: Chad Smith
Approved revision: c7305580ac34026c39f37fb6e05bf56d676b5f15
Merge reported by: Chad Smith
Merged at revision: 85ff391b29ec8ea2168371498ffe083c51258ef3
Proposed branch: ~smoser/cloud-init:ubuntu/devel-isc-dhcp-client-fix
Merge into: cloud-init:ubuntu/devel
Diff against target: 20 lines (+1/-1)
1 file modified
debian/control (+1/-1)
Reviewer Review Type Date Requested Status
Chad Smith Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+344186@code.launchpad.net

Commit message

debian/control: add missing dependency on isc-dhcp-client.

Replace Build-Depends with Depends. The Build-Depends was incorrectly
added under bug 1759307.

LP: #1766714

Description of the change

see commit message

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:c7305580ac34026c39f37fb6e05bf56d676b5f15
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1052/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    SUCCESS: MAAS Compatability Testing
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1052/rebuild

review: Approve (continuous-integration)
Revision history for this message
Chad Smith (chad.smith) wrote :

LGTM.

review: Approve
Revision history for this message
Chad Smith (chad.smith) wrote :

An upstream commit landed for this bug.

To view that commit see the following URL:
https://git.launchpad.net/cloud-init/commit/?id=85ff391b

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/control b/debian/control
2index 2eb0eaa..fd91bd6 100644
3--- a/debian/control
4+++ b/debian/control
5@@ -6,7 +6,6 @@ Build-Depends: debhelper (>= 9),
6 dh-python,
7 dh-systemd,
8 iproute2,
9- isc-dhcp-client,
10 pep8,
11 po-debconf,
12 pyflakes,
13@@ -35,6 +34,7 @@ Standards-Version: 3.9.8
14 Package: cloud-init
15 Architecture: all
16 Depends: cloud-guest-utils | cloud-utils,
17+ isc-dhcp-client,
18 nplan | ifupdown,
19 procps,
20 python3,

Subscribers

People subscribed via source and target branches