#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	chmod -x autoload/airline/themes/ouo.vim
	dh_auto_build
