#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

# Force init script name
override_dh_installinit:
	dh_installinit --no-start -p arv -u"start 21 2 3 4 5 . stop 21 0 1 6 ." $@

.PHONY: dh_installinit
