File: rules

package info (click to toggle)
libbio-das-lite-perl 2.11-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 468 kB
  • ctags: 57
  • sloc: xml: 1,299; perl: 1,152; makefile: 29
file content (13 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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:
	http_proxy= dh_auto_test -- --test_files="$(TEST_FILES)"

override_dh_installexamples:
	dh_installexamples
	sed -i 's:#!/usr/local/bin/perl:#!/usr/bin/perl:' debian/*/usr/share/doc/*/examples/*