File: rules

package info (click to toggle)
libcrypt-ssleay-perl 0.73.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 528 kB
  • sloc: perl: 732; makefile: 9; ansic: 7
file content (15 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

SKIP_TESTS=$(shell cat debian/tests/pkg-perl/smoke-skip)
TEST_FILES = $(filter-out $(SKIP_TESTS), $(wildcard t/*.t))

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	PERL5LIB=$(CURDIR) dh_auto_configure

override_dh_auto_test:
	http_proxy= dh_auto_test -- TEST_FILES="$(TEST_FILES)"