mirror of
git://soft.sys114.com/moonraker
synced 2025-12-19 00:18:42 +09:00
18 lines
341 B
Makefile
Executable File
18 lines
341 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with python-virtualenv --with=systemd
|
|
|
|
override_dh_virtualenv:
|
|
dh_virtualenv --skip-install
|
|
|
|
override_dh_strip:
|
|
dh_strip --exclude=/site-packages/
|
|
|
|
override_dh_shlibdeps:
|
|
dh_shlibdeps --exclude=/site-packages/
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install
|
|
dh_systemd_enable || true
|
|
dh_systemd_start || true
|