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

override_dh_auto_build:
	docbook2x-man debian/nagcon.1.docbook
	dh_auto_build
