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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with python2

override_dh_install:
	dh_install
	
	mv debian/pyfa/usr/bin/pyfa.py debian/pyfa/usr/bin/pyfa
	rm debian/pyfa/usr/share/pyfa/eos/lgpl.txt
	find debian/pyfa -name \.gitignore -delete
	find debian/pyfa/usr/share -type f -executable -exec chmod 0644 {} \+
