#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

%:
	dh $@

override_dh_builddeb:
	dh_builddeb -- -Zxz
