#!/usr/bin/make -f

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

override_dh_auto_configure:
	dh_auto_configure -- \
		$(shell dpkg-buildflags --export=configure) \
		--with-bankdata-path=/var/lib/ktoblzcheck1 \
		--with-wget=/usr/bin/wget

override_dh_strip:
	dh_strip --dbg-package=libktoblzcheck-dbg
