9 lines
140 B
Makefile
Executable file
9 lines
140 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_OPTIONS=noautodbgsym
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_installsystemd:
|
|
dh_installsystemd --no-start --no-enable
|