#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --disable-silent-rules

override_dh_auto_install:
	dh_auto_install --destdir=debian/irssi-plugin-otr

# can be dropped after Stretch
override_dh_strip:
	dh_strip  --dbgsym-migration='irssi-plugin-otr-dbg (<< 1.0.2-1~)'
