#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	chmod 644 src/Examples/*
