#!/usr/bin/make -f

SCRIPTSPACKAGE := cz-ldap-scripts
TOOLSPACKAGE := cz-ldap-tools
MONITORPACKAGE := cz-ldap-monitor
VERSION := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 \
				| cut -d- -f1)

%:
	dh $@

override_dh_auto_test:
	cd tests; make verbose
