Merge ~smoser/cloud-init:fix/1759307-add-depends-isc-dhcp-client into cloud-init:master
Proposed by
Scott Moser
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Scott Moser | ||||
Approved revision: | 17706a3356efcbdfb7a1ee496f3626c0d9bec16b | ||||
Merge reported by: | Scott Moser | ||||
Merged at revision: | 5b9dc4bc6a02acb26d568ab4633661a621d83620 | ||||
Proposed branch: | ~smoser/cloud-init:fix/1759307-add-depends-isc-dhcp-client | ||||
Merge into: | cloud-init:master | ||||
Diff against target: |
14 lines (+2/-1) 1 file modified
packages/debian/control.in (+2/-1) |
||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Chad Smith | Approve | ||
Ryan Harper | Approve | ||
Review via email:
|
Commit message
Add missing dependency on isc-dhcp-client to trunk ubuntu packaging.
This just correctly adds the missing dependency on isc-dhcp-client.
That package is used via 'dhclient' from cloudinit/
LP: #1759307
Description of the change
see commit message
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
I did a quick build:
$ ./packages/bddeb -d -S init_18. 1-37-g17706a33. orig.tar. gz' q6/cloud- init-18. 1-37-g17706a33' q6/cloud- init-18. 1-37-g17706a33' init_18. 1-37-g17706a33. orig.tar. gz' init_18. 1-37-g17706a33- 1~bddeb_ source. buildinfo' init_18. 1-37-g17706a33- 1~bddeb_ source. build' init_18. 1-37-g17706a33- 1~bddeb_ source. changes' init_18. 1-37-g17706a33- 1~bddeb. dsc' init_18. 1-37-g17706a33- 1~bddeb. dsc' to 'cloud-init.dsc' init_18. 1-37-g17706a33- 1~bddeb. debian. tar.xz'
Creating a temporary tarball using the 'make-tarball' helper
Extracting temporary tarball 'cloud-
Creating a debian/ folder in '/tmp/tmpuyj7vf
Running 'debuild -d -S -us -uc' in '/tmp/tmpuyj7vf
Wrote 'cloud-
Wrote 'cloud-
Wrote 'cloud-
Wrote 'cloud-
Wrote 'cloud-
Linked 'cloud-
Wrote 'cloud-
Then an sbuild of that.
$ dpkg -I cloud-init_ 18.1-37- g17706a33- 1~bddeb_ all.deb g17706a33- 1~bddeb properties- common, gdisk
new Debian package, version 2.0.
size 337240 bytes: control archive=8720 bytes.
920 bytes, 23 lines conffiles
612 bytes, 12 lines control
24727 bytes, 261 lines md5sums
4130 bytes, 91 lines * postinst #!/bin/sh
873 bytes, 21 lines * postrm #!/bin/sh
560 bytes, 20 lines * preinst #!/bin/sh
724 bytes, 17 lines * prerm #!/bin/sh
Package: cloud-init
Version: 18.1-37-
Architecture: all
Maintainer: Scott Moser <email address hidden>
Installed-Size: 1651
Depends: python3-configobj, python3-jinja2, python3-jsonpatch, python3-jsonschema, python3-oauthlib, python3-requests, python3-six, python3-yaml, python3:any (>= 3.3.2-2~), isc-dhcp-client
Recommends: eatmydata, sudo, software-
Section: admin
Priority: optional
Description: Init scripts for cloud instances
Cloud instances need special scripts to run during initialisation
to retrieve and install ssh keys and to let the user run various scripts.