#!/usr/bin/make -f export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS=hardening=+pie CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) %: dh $@ override_dh_auto_configure: dh_auto_configure -- --with-fontdir=/usr/share/fonts/X11/misc CCOPTIONS='$(CFLAGS)' override_dh_auto_install: dh_auto_install -- install.man