#!/usr/bin/make -f

export DEB_BUILD_OPTIONS=nostrip

%:
	dh $@

override_dh_installdocs:
	dh_installdocs -XMakefile

override_dh_compress:
	# do not compress, so documents are directly readable
