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

override_dh_fixperms:
	dh_fixperms
	chmod 0644 debian/sass-stylesheets-compass/usr/share/sass/stylesheets/compass/functions/_display.scss
