#!/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
