7 lines
106 B
Makefile
Executable File
7 lines
106 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild --with systemd
|
|
|
|
override_dh_auto_test:
|