#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
override_dh_install:
	mkdir -p debian/yandex-cult-graphite-checks-mysql/usr/lib/yandex-graphite-checks/available/
	cp src/* debian/yandex-cult-graphite-checks-mysql/usr/lib/yandex-graphite-checks/available/

override_dh_builddeb:
	dh_builddeb -- -Zgzip

%:
	dh $@ 
