Removed outdated build dependency libfm-qt5-dev, Added build dependencies libfm-qt-dev and libmenu-cache-dev. Bump Standards to 3.9.7 Changed the VCS-fields to https:// Fix Years in copyright Enable hardening=+all
10 lines
189 B
Makefile
Executable File
10 lines
189 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
#export DH_VERBOSE=1
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
|
|
%:
|
|
dh ${@} --buildsystem cmake \
|
|
--parallel \
|