13 lines
203 B
Makefile
Executable File
13 lines
203 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DH_VERBOSE=1
|
|
|
|
override_dh_missing:
|
|
dh_missing --list-missing
|
|
|
|
override_dh_installsystemd:
|
|
dh_installsystemd --restart-after-upgrade
|
|
|
|
%:
|
|
dh $@ --buildsystem=qmake --parallel
|