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

%:
	dh $@ 

override_dh_install:
	chmod -R a-x,u=rwX,go=rX `cut -f1 debian/*.install`
	dh_install
