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

%:
	dh $@ 

override_dh_installdeb:
	dh_installdeb
	dh_noconffiles --all

override_dh_builddeb:
	dh_builddeb -- -Zgzip
