#!/usr/bin/make -f # See debhelper(7) (uncomment to enable) # output every command that modifies files on the build system. #export DH_VERBOSE = 1 # Security Hardening export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CPPFLAGS_MAINT_APPEND = -fPIC export DEB_LDFLAGS_MAINT_APPEND = -fPIC include /usr/share/dpkg/pkg-info.mk # Due to: https://github.com/libcheck/check/issues/293 # Workaround from: https://bugs.gentoo.org/754345 override_dh_auto_configure: sed -i s:-Werror:-Wextra: CMakeLists.txt dh_auto_configure override_dh_install: sed -i 's%#include