#!/usr/bin/make -f

export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_configure:
	@echo "Nothing to configure."

override_dh_auto_build:
	@echo "Nothing to build."

execute_after_dh_install:
	rm -vf debian/apache-arrow-testing/usr/share/apache/arrow-testing/csv/fuzzing/.gitattributes
