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

INIT_SYSTEM ?= upstart,systemd
export PYBUILD_INSTALL_ARGS=--init-system=$(INIT_SYSTEM)

%:
	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