Code review comment for ~smoser/cloud-init:fix/1759307-add-depends-isc-dhcp-client

Revision history for this message
Scott Moser (smoser) wrote :

I did a quick build:

 $ ./packages/bddeb -d -S
Creating a temporary tarball using the 'make-tarball' helper
Extracting temporary tarball 'cloud-init_18.1-37-g17706a33.orig.tar.gz'
Creating a debian/ folder in '/tmp/tmpuyj7vfq6/cloud-init-18.1-37-g17706a33'
Running 'debuild -d -S -us -uc' in '/tmp/tmpuyj7vfq6/cloud-init-18.1-37-g17706a33'
Wrote 'cloud-init_18.1-37-g17706a33.orig.tar.gz'
Wrote 'cloud-init_18.1-37-g17706a33-1~bddeb_source.buildinfo'
Wrote 'cloud-init_18.1-37-g17706a33-1~bddeb_source.build'
Wrote 'cloud-init_18.1-37-g17706a33-1~bddeb_source.changes'
Wrote 'cloud-init_18.1-37-g17706a33-1~bddeb.dsc'
Linked 'cloud-init_18.1-37-g17706a33-1~bddeb.dsc' to 'cloud-init.dsc'
Wrote 'cloud-init_18.1-37-g17706a33-1~bddeb.debian.tar.xz'

Then an sbuild of that.

$ dpkg -I cloud-init_18.1-37-g17706a33-1~bddeb_all.deb
 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-g17706a33-1~bddeb
 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-properties-common, gdisk
 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.

« Back to merge proposal