Source: cloud-init
Maintainer: Debian Cloud Team <debian-cloud@lists.debian.org>
Uploaders:
 Bastian Blank <waldi@debian.org>,
 Thomas Goirand <zigo@debian.org>,
 Noah Meyerhans <noahm@debian.org>,
Section: admin
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
Build-Depends-Indep:
 bash-completion,
 cmake,
 iproute2 <!nocheck>,
 meson,
 passwd <!nocheck>,
 pkgconf,
 po-debconf,
 procps <!nocheck>,
 pylint <!nocheck>,
 python3-all,
 python3-configobj <!nocheck>,
 python3-httpretty <!nocheck>,
 python3-jinja2,
 python3-jsonpatch <!nocheck>,
 python3-jsonschema <!nocheck>,
 python3-passlib <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-requests,
 python3-responses <!nocheck>,
 python3-serial <!nocheck>,
 python3-setuptools,
 python3-yaml,
 systemd-dev | systemd,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/cloud-team/cloud-init
Vcs-Git: https://salsa.debian.org/cloud-team/cloud-init.git
Homepage: https://launchpad.net/cloud-init

Package: cloud-init
Architecture: all
Conflicts: firewalld, cloud-init-22.4.2
Replaces: cloud-init-22.4.2
Depends:
 eject,
 fdisk,
 gdisk,
 dhcpcd-base | udhcpc | isc-dhcp-client,
 locales,
 lsb-release,
 netcat-openbsd,
 procps,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 cloud-guest-utils,
 eatmydata,
 python3-passlib,
 sudo,
Suggests:
 btrfs-progs,
 e2fsprogs,
 ssh-import-id,
 xfsprogs,
Description: initialization system for infrastructure cloud instances
 Cloud-init provides a framework and tool to configure and customize virtual
 machine instances for Infrastructure-as-a-Service (IaaS) clouds platforms. It
 can for example set a default locale and hostname, generate SSH private host
 keys, install SSH public keys for logging into a default account, set up
 ephemeral mount points, and run user-provided scripts.
 .
 Various methods are supported for passing data to the instance at launch
 time, including the standard interfaces of multiple platforms.
