#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- LIBS="-lexpat"

override_dh_install:
	docbook-to-man debian/rfdump.sgml > rfdump.1
	dh_install
