#!/usr/bin/make -f

%:
	dh $@ --with python3

DESTDIR = $(CURDIR)/debian/kuttypy-gui

override_dh_python3:
	dh_python3 -p kuttypy-gui /usr/share/kuttypy

override_dh_install:
	dh_install
	chmod -x $(DESTDIR)/usr/share/kuttypy/KuttyPyGUI.py
