#!/usr/bin/make -f

%:
	dh $@

override_dh_strip:
	# strip breaks the dart binary 
	dh_strip --exclude=ocsinventory-cli
