diff options
author | Scott Moser <smoser@brickies.net> | 2016-08-19 12:06:42 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-08-19 12:06:42 -0400 |
commit | 638f0183265f7345656075d997963de75c0bd1dd (patch) | |
tree | d940dbde47ffe5835f1dafbe40330b95dfd75b6b /debian/control | |
parent | b98da18d2f604e87f11ad8ee306376d05c020015 (diff) | |
download | vyos-cloud-init-638f0183265f7345656075d997963de75c0bd1dd.tar.gz vyos-cloud-init-638f0183265f7345656075d997963de75c0bd1dd.zip |
debian/control: drop very old meta-package ec2-init
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/control b/debian/control index 6d221cc3..c3e5447d 100644 --- a/debian/control +++ b/debian/control @@ -39,9 +39,6 @@ Depends: cloud-guest-utils | cloud-utils, ${misc:Depends}, ${python3:Depends} 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 @@ -59,9 +56,3 @@ 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'. |