2020-04-03 11:46:47 +02:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
# -*- makefile -*-
|
|
|
|
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
|
|
|
|
%:
|
|
|
|
dh $@
|
|
|
|
|
|
|
|
override_dh_installsystemd:
|
2020-04-03 15:01:45 +02:00
|
|
|
dh_installsystemd -peole-risotto --no-enable --no-start --no-stop-on-upgrade
|