cme fix dpkg-control Added linker flags -Wl,--as-needed upstream signing key added and used in watchfile
12 lines
200 B
Makefile
Executable File
12 lines
200 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
#export DH_VERBOSE=1
|
|
|
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
|
|
%:
|
|
dh ${@} --buildsystem cmake --parallel
|
|
|
|
|
|
override_dh_install:
|
|
dh_install --list-missing --fail-missing
|