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

%:
	dh $@ --with=python2

override_dh_fixperms:
	dh_fixperms
	chmod 0644 debian/yagv/usr/share/yagv/gcodeParser.py
