summaryrefslogtreecommitdiff
path: root/packages/debian/control
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-07-09 17:09:04 -0400
committerScott Moser <smoser@ubuntu.com>2012-07-09 17:09:04 -0400
commit48ec119bd68dfa090785db7758c542878ee5fc56 (patch)
tree32aebacd8123d12035564a53a115f277e90f3840 /packages/debian/control
parent39e038a6c1b3e273d22527c05a484626e51b8ed3 (diff)
downloadvyos-cloud-init-48ec119bd68dfa090785db7758c542878ee5fc56.tar.gz
vyos-cloud-init-48ec119bd68dfa090785db7758c542878ee5fc56.zip
fix bddeb and brpm: by renaming packaging files that are templates
In cherry picking the cheetah commit, I missed the rename of these files. packages/debian/changelog => packages/debian/changelog.in packages/debian/control => packages/debian/control.in packages/redhat/cloud-init.spec => packages/redhat/cloud-init.spec.in
Diffstat (limited to 'packages/debian/control')
-rw-r--r--packages/debian/control33
1 files changed, 0 insertions, 33 deletions
diff --git a/packages/debian/control b/packages/debian/control
deleted file mode 100644
index 4e151e3e..00000000
--- a/packages/debian/control
+++ /dev/null
@@ -1,33 +0,0 @@
-## This is a cheetah template
-Source: cloud-init
-Section: admin
-Priority: extra
-Maintainer: Scott Moser <smoser@ubuntu.com>
-Build-Depends: cdbs,
- debhelper (>= 5.0.38),
- python (>= 2.6.6-3~),
- python-nose,
- pyflakes,
- pylint,
- python-setuptools,
- python-cheetah,
- python-mocker,
- python-setuptools
-XS-Python-Version: all
-Standards-Version: 3.9.3
-
-Package: cloud-init
-Architecture: all
-Depends: cloud-utils,
- procps,
- python,
-#for $r in $requires
- ${r},
-#end for
- python-software-properties,
- \${misc:Depends},
- \${python:Depends}
-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.