#!/usr/bin/make -f

%:
	dh $@ --with autotools_dev

override_dh_auto_build:
	dh_auto_build
	$(MAKE) -C doc

override_dh_strip:
	dh_strip --dbg-package=liblscp-dbg
