File: rules

package info (click to toggle)
libpdl-graphics-gnuplot-perl 2.005-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 884 kB
  • ctags: 104
  • sloc: perl: 4,443; makefile: 8
file content (17 lines) | stat: -rwxr-xr-x 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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