summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 033aed4c873ef5d036976d45e4e36443237288da (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh --with python-support $@

override_dh_installinit:
	# Install bcfg2 initscript without staring it on postinst
	dh_installinit --package=bcfg2 --no-start
	# Install bcfg2-server initscript without staring it on postinst
	dh_installinit --package=bcfg2-server --no-start