9 lines
165 B
Makefile
Executable File
9 lines
165 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
#export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh ${@} --buildsystem cmake --parallel \
|
|
--dbg-package=libqt5xdg1-dbg \
|
|
--list-missing \
|
|
--fail-missing
|