From 48ec119bd68dfa090785db7758c542878ee5fc56 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 9 Jul 2012 17:09:04 -0400 Subject: 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 --- packages/debian/control | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 packages/debian/control (limited to 'packages/debian/control') 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 -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. -- cgit v1.2.3