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

override_dh_installinit:
	# Install bcfg2 initscript without staring it on postinst
	dh_installinit -p bcfg2 --no-start
	# Install bcfg2-server initscript without staring it on postinst
	dh_installinit -p bcfg2-server --no-start
	# Install everything else normally
	dh_installinit -N bcfg2