#!/usr/bin/make -f
#export DH_VERBOSE = 1

execute_after_dh_fixperms:
	find debian/json-test-data/usr/share/json_test_data -exec chmod -x \{\} \;
%:
	dh $@
