File: rules

package info (click to toggle)
libsys-cpu-perl 0.61-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 29; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

TEST_FILES=$(shell cat debian/tests/pkg-perl/smoke-tests)

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_test:
	dh_auto_test -- TEST_FILES=$(TEST_FILES)