summaryrefslogtreecommitdiff
path: root/packages/debian/rules
blob: d3409c7e0ab19aebd3af09cc7227507369a86a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

DEB_PYTHON2_MODULE_PACKAGES = cloud-init
INIT_SYSTEM ?= upstart,systemd

%:
	dh $@ --with python2,systemd --buildsystem pybuild

override_dh_install:
	dh_install
	install -d debian/cloud-init/etc/rsyslog.d
	cp tools/21-cloudinit.conf debian/cloud-init/etc/rsyslog.d/21-cloudinit.conf