#!/usr/bin/make -f

export DH_VERBOSE = 1
export GIT_VERISON=2.4.1

%:
	dh $@

override_dh_auto_install:
	echo "No auto install"
	find .

