#!/usr/bin/make -f 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 override_dh_auto_test: http_proxy= dh_auto_test -- --test-nose override_dh_auto_install: dh_auto_install -- --init-system=$(INIT_SYSTEM)