#!/usr/bin/make -f TEST_FILES = $(filter-out $(shell grep -v '^\#' debian/tests/pkg-perl/smoke-skip), $(shell echo t/*.t)) %: dh $@ --buildsystem=perl_build override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) http_proxy= dh_auto_test -- --test_files="$(TEST_FILES)" endif override_dh_installexamples: dh_installexamples sed -i 's:#!/usr/local/bin/perl:#!/usr/bin/perl:' debian/*/usr/share/doc/*/examples/*