#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

%:
	dh $@

execute_after_dh_fixperms:
	chmod a-x debian/pymatgen-test-files/usr/share/doc/pymatgen-test-files/examples/test-files/analysis/lobster_env/*.gz
	chmod a-x debian/pymatgen-test-files/usr/share/doc/pymatgen-test-files/examples/test-files/io/vasp/outputs/PROCAR.SOC.gz
