#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := github.com/kelindar/simd/codegen

%:
	dh $@

# https://github.com/kelindar/simd/pull/8
execute_after_dh_fixperms:
	find debian/golang-github-kelindar-simd-dev -name '*.go' -o -name '*.c' | xargs -r chmod -v -x
