8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
#DH_VERBOSE = 1
|
||
|
|
||
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||
|
|
||
|
%:
|
||
|
dh ${@} --buildsystem cmake --parallel
|