#!/usr/bin/make -f

export LDFLAGS+=-Wl,-z,defs

%:
	dh ${@} --with autotools_dev

override_dh_strip:
	dh_strip --dbg-package=libfuzzy2-dbg
