#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	$(MAKE) CONFIG_FILE="/etc/whois.conf" HAVE_ICONV=1

