#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_missing:
	dh_missing --fail-missing

override_dh_compress:
	dh_compress -X.pdf -X.odt
