Bump compat to 10 Build depend on debhelper (>= 10) Fixed VCS-Fields, use secure uri's Bumped standards to 3.9.8, no changes needed Fixed Format field in copyright, use a secure uri Bumped years in copyright Added README.md to docs Added hardening flags to rules Fixed debian/watch Added a valid upstream signing-key
11 lines
206 B
Makefile
Executable File
11 lines
206 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 \
|
|
--fail-missing
|