#!/usr/bin/make -f
#export DH_VERBOSE=1

PACKAGE=riece
DESTDIR=$(CURDIR)/debian/$(PACKAGE)

%:
	dh $@ --with autoreconf
