#!/usr/bin/make -f

%:
	dh $@

# only necessary because debian/patches doesn't change the mode of added files.
# once debian/patches/0001-use-fake-pinentry-Closes-835075.patch is upstream
# this can be dropped:
override_dh_auto_test:
	chmod a+x t/fake-pinentry.pl
	dh_auto_test
