mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
12 lines
241 B
Makefile
Executable file
12 lines
241 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
|