#!/usr/bin/make -f
%:
	dh $@ --parallel

override_dh_install:
	dh_install --list-missing

override_dh_strip:
	dh_strip --no-automatic-dbgsym
	
