File: rules

package info (click to toggle)
libpdl-graphics-gnuplot-perl 2.023-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 564 kB
  • sloc: perl: 4,105; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 319 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

# tests can fail depending on specific version of gnuplot installed. I mentioned
# this upstream, but in the meantime I simply disable the tests
override_dh_auto_test:
	true

override_dh_perl:
	dh_perl
	dh_pdl