diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-07-09 17:09:04 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-07-09 17:09:04 -0400 |
commit | 48ec119bd68dfa090785db7758c542878ee5fc56 (patch) | |
tree | 32aebacd8123d12035564a53a115f277e90f3840 /packages/debian/changelog.in | |
parent | 39e038a6c1b3e273d22527c05a484626e51b8ed3 (diff) | |
download | vyos-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/changelog.in')
-rw-r--r-- | packages/debian/changelog.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/debian/changelog.in b/packages/debian/changelog.in new file mode 100644 index 00000000..eda08c57 --- /dev/null +++ b/packages/debian/changelog.in @@ -0,0 +1,6 @@ +## This is a cheetah template +cloud-init (${version}~${revision}-1) UNRELEASED; urgency=low + + * build + + -- Scott Moser <smoser@ubuntu.com> Fri, 16 Dec 2011 11:50:25 -0500 |