summaryrefslogtreecommitdiff
path: root/packages/debian/rules
blob: c1344e60d0a82384b9c1a6fc9b68ba64e48b72f4 (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 --build-system 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