diff options
author | Soren Hansen <soren@canonical.com> | 2009-08-10 13:59:23 +0200 |
---|---|---|
committer | Soren Hansen <soren@canonical.com> | 2009-08-10 13:59:23 +0200 |
commit | 157e808dce7cca6c1ef310bae0e827c65472fdff (patch) | |
tree | 91065f1fba9355350167a8157f4c8538287498ee | |
parent | 78186f48d3c403ed0eb52b6415b3785584c772fc (diff) | |
download | vyos-cloud-init-157e808dce7cca6c1ef310bae0e827c65472fdff.tar.gz vyos-cloud-init-157e808dce7cca6c1ef310bae0e827c65472fdff.zip |
ec2-init does not have any arch specific code at all, so go arch:all
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b171f568..b88cb1ed 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ XS-Python-Version: all Standards-Version: 3.8.0 Package: ec2-init -Architecture: i386 amd64 +Architecture: all Depends: python, procps, python-configobj, python-cheetah, update-motd, ${python:Depends} XB-Python-Version: ${python:Versions} Description: Init scripts for EC2 instances |