#!/usr/bin/make -f %: dh $@ override_dh_auto_test: # issues with dh_auto_test, cf. #917497 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) TERM=vt100 perl Build test --verbose endif