#!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --builddirectory=build override_dh_install: chrpath -d $(CURDIR)/debian/tmp/usr/bin/ykclient find debian/tmp -name \*.la -delete dh_install --fail-missing override_dh_auto_test: dh_auto_test -- CPPFLAGS+="-DTEST_WITHOUT_INTERNET" override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules