#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export EU_VER := $(DEB_VERSION_UPSTREAM)

%:
	dh $@ 

override_dh_autoreconf:
	touch NEWS AUTHORS ChangeLog  # please automake
	rm -f aclocal.m4              # force run of aclocal
	dh_autoreconf autoreconf -- -f -i -v
