#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

override_dh_installchangelogs:
	dh_installchangelogs change.log upstream

clean::
	dh_autoreconf_clean

pre-build::
	touch INSTALL NEWS AUTHORS ChangeLog COPYING
	[ -e debian/autoreconf.before ] || dh_autoreconf
