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

override_dh_install:
	mk-mysql-package-files debian/yandex-du-mysql-unittests/ unittests \
		-t mysql_config=../etc/mysql/unittests.cnf \
		-t mysql_init_d=../etc/mysql/mysql.unittests \
		-d port=3299

