#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	mkdir -p lib # this is needed to make dpkg-builpackage work, when run from the git repo.
	dh_auto_build $@
