Bump Standards to 3.9.7 Fix LXQtTranlateDesktop - just in case Fix year in copyrights fix grep usage in cmake/LXQtTranslateDesktop.cmake - just in case
10 lines
189 B
Makefile
Executable File
10 lines
189 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
#DH_VERBOSE = 1
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
|
|
%:
|
|
dh ${@} --buildsystem cmake \
|
|
--parallel
|