File: rules

package info (click to toggle)
libpgplot-perl 1%3A2.24-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 364 kB
  • sloc: perl: 911; ansic: 453; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	PGPLOT_DEV="/XSERVE" xvfb-run -a dh_auto_test
endif