diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-11 21:15:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 21:15:45 +0100 |
commit | fd87c24ff8f6f09a7e2cc223a4e8cdb8c08f1ef8 (patch) | |
tree | b754b3991e5e57a9ae9155819f73fa0cbd4be269 /debian/control | |
parent | ca9a4eb26b41c204d1bd3a15586b14a5dde950bb (diff) | |
parent | c6627bc05a57645e6af8b9a5a67e452d9f37e487 (diff) | |
download | vyos-cloud-init-fd87c24ff8f6f09a7e2cc223a4e8cdb8c08f1ef8.tar.gz vyos-cloud-init-fd87c24ff8f6f09a7e2cc223a4e8cdb8c08f1ef8.zip |
Merge pull request #4 from zdc/T2117
Cloud-init: T2117: Updated to 20.1 version
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/debian/control b/debian/control deleted file mode 100644 index 1de4f2f5..00000000 --- a/debian/control +++ /dev/null @@ -1,70 +0,0 @@ -Source: cloud-init -Section: admin -Priority: extra -Maintainer: Scott Moser <smoser@ubuntu.com> -Build-Depends: debhelper (>= 9), - dh-python, - dh-systemd, - iproute2, - pep8, - po-debconf, - pyflakes, - python3, - python3-configobj, - python3-httpretty, - python3-jinja2, - python3-jsonpatch, - python3-mock, - python3-nose, - python3-oauthlib, - python3-pep8, - python3-pyflakes | pyflakes (<< 1.1.0-2), - python3-requests, - python3-serial, - python3-setuptools, - python3-six, - python3-unittest2, - python3-yaml -XS-Python-Version: all -Vcs-Browser: https://git.launchpad.net/cloud-init/?h=ubuntu/devel -Vcs-Git: git://git.launchpad.net/cloud-init -b ubuntu/devel -Standards-Version: 3.9.6 - -Package: cloud-init -Architecture: all -Depends: cloud-guest-utils | cloud-utils, - ifupdown (>= 0.6.10ubuntu5), - procps, - python3, - python3-requests (>= 0.8.2), - python3-serial, - ${misc:Depends}, - ${python3:Depends} -Breaks: walinuxagent (<< 2.1.3-0ubuntu4.1) -Recommends: eatmydata, gdisk, software-properties-common -Provides: ec2-init -Replaces: ec2-init (<<0.5.3) -Conflicts: ec2-init (<<0.5.3) -XB-Python-Version: ${python:Versions} -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. - -Package: grub-legacy-ec2 -Depends: debconf (>= 1.5.19) | cdebconf, - ucf, - util-linux (>= 2.15-1), - ${misc:Depends} -Conflicts: grub -Suggests: grub-legacy-doc -Architecture: all -Description: Handles update-grub for ec2 instances - EC2 instances that use grub-legacy as a bootloader need a way to keep - /boot/grub/menu.lst up to date while not conflicting with grub-pc. - This package provides that. - -Package: ec2-init -Depends: cloud-init, ${misc:Depends} -Architecture: all -Description: package renamed -> cloud-init - This package has been renamed to 'cloud-init'. |