#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=+fixfilepath
# dpictools.pic is only used to generate the PDF documentation.
# It is distributed with the circuit-macros package, where it belongs.
export DH_ALWAYS_EXCLUDE = dpictools.pic:diag5.pic

%:
	dh $@ --with autoreconf

# If PREFIX is not set to /usr the binary is placed in /bin.
override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr
