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


# main packaging script based on dh7 syntax
%:
	dh $@

# remove executable bits from several files
execute_after_dh_fixperms:
	find debian/calculix-ccx-test/usr/share/doc/calculix-ccx-test/examples/test -type f -name '*inp' -exec chmod -x {} \;
