8 lines
138 B
Makefile
Executable File
8 lines
138 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|
|
|
|
override_dh_installsystemd:
|
|
dh_installsystemd --no-start --no-enable
|