#!/usr/bin/make -f # DH_VERBOSE := 1 export LC_ALL=C.UTF-8 export DEB_BUILD_MAINT_OPTIONS = hardening=+all include /usr/share/dpkg/default.mk %: dh $@ execute_after_dh_clean: rm -rf docs execute_before_dh_auto_configure: cp debian/argparse.hpp $(CURDIR) override_dh_auto_build: dh_auto_build --no-parallel --buildsystem=cmake execute_before_dh_missing: find debian/tmp -type f \( -name LICENSE -o -name ChangeLog \) -delete