#!/usr/bin/make -f

%:
	dh $@ --with quilt --builddirectory=build/

override_dh_install:
	dh_install --fail-missing -XlibXpm.la
