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 | |
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')
-rw-r--r-- | packages/debian/changelog.in (renamed from packages/debian/changelog) | 0 | ||||
-rw-r--r-- | packages/debian/control.in (renamed from packages/debian/control) | 0 | ||||
-rw-r--r-- | packages/redhat/cloud-init.spec.in (renamed from packages/redhat/cloud-init.spec) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/packages/debian/changelog b/packages/debian/changelog.in index eda08c57..eda08c57 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog.in diff --git a/packages/debian/control b/packages/debian/control.in index 4e151e3e..4e151e3e 100644 --- a/packages/debian/control +++ b/packages/debian/control.in diff --git a/packages/redhat/cloud-init.spec b/packages/redhat/cloud-init.spec.in index 35b27beb..35b27beb 100644 --- a/packages/redhat/cloud-init.spec +++ b/packages/redhat/cloud-init.spec.in |