#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@ --with python2 \
	      --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-bankdata-path=/var/lib/ktoblzcheck1 \
		--with-wget=/usr/bin/wget \
		GREP=/bin/grep \
		SED=/bin/sed \
		WGET=/usr/bin/wget

override_dh_strip:
	dh_strip --dbgsym-migration='libktoblzcheck-dbg (<< 1.49-2~)'
