#!/usr/bin/make -f
# -*- Mode: Makefile; indent-tabs-mode: t -*-

%:
	dh $@ --with autoreconf

override_dh_autoreconf:
	NOCONFIGURE=1 dh_autoreconf ./autogen.sh

override_dh_install:
	dh_install --fail-missing
