#!/usr/bin/make -f
%:
	dh $@ 

override_dh_fixperms:
	dh_fixperms
	chmod -R 755 debian/vlan/etc/network
