#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_installchangelogs:
	dh_installchangelogs NEWS

# The ulatencyd daemon needs its core library to be properly installed 
# under /usr/lib/* to work. Since this is not possible at build time 
# (unless to build-depends circularly on the 'ulatencyd' package itself)
# the tests on the daemon have been disabled.
override_dh_auto_test:
