#!/usr/bin/make -f

include /usr/share/dpatch/dpatch.make

build: patch-stamp
	dh build --with autoreconf

clean: unpatch
	dh clean --with autoreconf

%:
	dh $@ --with autoreconf
