mirror of
git://soft.sys114.com/moonraker
synced 2026-02-11 11:30:25 +09:00
debian: 0.9.3
This commit is contained in:
18
debian/rules
vendored
Executable file
18
debian/rules
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user