#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_test:
# Don't run the test suite, needs build fixes.

override_dh_strip:
	dh_strip --dbgsym-migration='libassa-3.5-5-dbg (<< 3.5.1-7~)'
