#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export SKIP_PYTHON_TESTS=1

%:
	dh $@  --with autoreconf

override_dh_strip:
	dh_strip -plibpff1 --dbgsym-migration="libpff-dbg (<< 20180714-1~)"
	dh_strip --remaining-packages
