#!/usr/bin/make -f

%:
	dh $@ --parallel

# Tell ./configure to ignore unknown options passed by dh_auto_configure.
export ignore_unknown_options=true
