summaryrefslogtreecommitdiff
path: root/packages/debian/rules
blob: 3bec7267a93e8eac21cf75831b22dd6709ca0000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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

override_dh_auto_test:
	http_proxy= dh_auto_test -- --test-nose