← Back to team overview

cloud-init-dev team mailing list archive

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

 

Scott Moser has proposed merging ~smoser/cloud-init:ubuntu/devel-isc-dhcp-client-fix into cloud-init:ubuntu/devel.

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

Requested reviews:
  cloud-init commiters (cloud-init-dev)
Related bugs:
  Bug #1766714 in cloud-init (Ubuntu): "cloud-init missing dependency on isc-dhcp-client"
  https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1766714

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/344186

see commit message
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:ubuntu/devel-isc-dhcp-client-fix into cloud-init:ubuntu/devel.
diff --git a/debian/control b/debian/control
index 2eb0eaa..fd91bd6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                dh-systemd,
                iproute2,
-               isc-dhcp-client,
                pep8,
                po-debconf,
                pyflakes,
@@ -35,6 +34,7 @@ Standards-Version: 3.9.8
 Package: cloud-init
 Architecture: all
 Depends: cloud-guest-utils | cloud-utils,
+         isc-dhcp-client,
          nplan | ifupdown,
          procps,
          python3,

Follow ups