#!/usr/bin/make -f

%:
	dh $@

override_dh_strip:
	dh_strip --dbgsym-migration='indi-dbg (<= 1.2.0-1~~)'

override_dh_makeshlibs:
	dh_makeshlibs -V
