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

override_dh_builddeb:
	dh_builddeb -- -Zxz -z9

%:
	dh $@

.PHONY: override_dh_builddeb
