← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~chad.smith/cloud-init:make-deb-cleanup into cloud-init:master

 

The proposal to merge ~chad.smith/cloud-init:make-deb-cleanup into cloud-init:master has been updated.

Description changed to:

make deb: Add dependency on devscripts for make deb and minor cleanup of packages/bddeb script.

Add a simple dependency check to "make deb" target for devscripts. Rework a bit of the logic in package/bddeb to drop superfluous STD_NAMED_PACKAGES to avoid duplication of requirements already listed in (test-)?requiremets.txt. All "standard" packages can be assumed to have either python3- or python- prefix if not listed in NONSTD_NAMED_PACKAGES. This branch also moves logic inside write_debian_folder which is unneeded up in main.

to test:
make deb  # will print install instruction on a machine without devscripts

# check final product to make sure dependencies listed haven't changed for the package
dpkg -I cloud-init_all.deb


Note: I didn't address reading build-deps directly from the debian/config.in template as the error message you receive about build-deps seemed fairly straight forward if some build-deps are missing.

For more details, see:
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/323076
-- 
Your team cloud init development team is requested to review the proposed merge of ~chad.smith/cloud-init:make-deb-cleanup into cloud-init:master.


References