File: rules

package info (click to toggle)
libnet-tclink-perl 3.4.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 384 kB
  • ctags: 143
  • sloc: ansic: 673; perl: 95; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- INSTALLDIRS=vendor

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	prove -v -f -p --exec="env DH_VERBOSE=1 dh_auto_test" test.pl
endif