diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-07-04 13:52:34 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-07-04 13:52:34 -0700 |
commit | 51a8e6ee88e9ee83450215208e2aaad4ad2a2843 (patch) | |
tree | cfdbe27fbe0e353bd48f2ee203d92a9e923bb691 /packages/debian | |
parent | 3cd17b470b70cf4c15f47bfe4f84844b078cd914 (diff) | |
download | vyos-cloud-init-51a8e6ee88e9ee83450215208e2aaad4ad2a2843.tar.gz vyos-cloud-init-51a8e6ee88e9ee83450215208e2aaad4ad2a2843.zip |
1. Make the debian rules file a template (and pass in the daemon-type)
2. Adjust the bddeb to pass this in (as well as other output statement being added)
3. Adjust make-tarball to only archive the bzr versioned files (using --recursive)
Diffstat (limited to 'packages/debian')
-rwxr-xr-x | packages/debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/debian/rules b/packages/debian/rules index 1739f4cf..6814974f 100755 --- a/packages/debian/rules +++ b/packages/debian/rules @@ -7,8 +7,11 @@ binary-install/cloud-init::cloud-init-fixups include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk +DEB_PYTHON_INSTALL_ARGS_ALL += --daemon-type={{daemon_type}} + DEB_DH_INSTALL_SOURCEDIR := debian/tmp cloud-init-fixups: install -d $(DEB_DESTDIR)/etc/rsyslog.d cp tools/21-cloudinit.conf $(DEB_DESTDIR)/etc/rsyslog.d/21-cloudinit.conf + |