Fix years in copyright Add hardending=+all simplify rules make pcmanfm-qt reproducible again, thanks to Eduard Sanou for the bugreport and the patch, but it was fixed before (Closes: #815818)
10 lines
183 B
Makefile
Executable File
10 lines
183 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
|