#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	# By default dh_auto_build runs `make -j4', but the targets do not
	# support being built in parallel. Let's simply run `make'.
	make

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md
