#!/usr/bin/make -f

%:
	dh $@

# Ignore the "docs" file as we do not really depend on dh-exec and we
# do not really need the files listed there for the test.
override_dh_installdocs:
	dh_installdocs --ignore debian/docs

override_dh_installman:

override_dh_install:

override_dh_installdirs:
override_dh_link:
