yunohost/debian/rules
2015-11-12 13:32:30 +01:00

15 lines
320 B
Makefile
Executable file

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh ${@} --with=python2,systemd
override_dh_installinit:
dh_installinit --name=yunohost-api
dh_installinit --name=yunohost-firewall --no-start
override_dh_systemd_enable:
dh_systemd_enable --name=yunohost-api