#!/usr/bin/make -f

LDFLAGS += -Wl,-O1 -Wl,--as-needed

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --enable-debug

override_dh_strip:
	dh_strip --dbg-package=libinstpatch-1.0-0-dbg
