#!/usr/bin/make -f

ifneq (,$(filter mips mipsel,$(DEB_HOST_ARCH)))
	CFLAGS+= -mips32r2
	export CFLAGS
endif

%:
	dh $@ --parallel --with autoreconf

override_dh_strip:
	dh_strip --dbg-package=libshine3-dbg
