#! /usr/bin/make -f

%:
	dh $@ --with autoreconf

# FIXME: remove this once upstream dist's cfg.mk to avoid having
# 'make clean' fail in a freshly unpacked directory.
override_dh_auto_clean:
	dh_auto_clean || true
