#!/usr/bin/make -f

%:
	dh $@

# do not run the tests since pcscd is not installed and running on build
# machines
override_dh_auto_test:
