#!/usr/bin/make -f

DEB_PYTHON_SYSTEM := pysupport

include /usr/share/cdbs/1/rules/buildcore.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
#DEB_DH_INSTALLINIT_ARGS = -n

binary-post-install/whatwhat::
	mv debian/whatwhat/usr/bin/*py \
		debian/whatwhat/usr/share/whatwhat/scripts
	dos2unix debian/whatwhat/usr/share/whatwhat/scripts/whatwhat-start-async.py
	rm -rf debian/whatwhat/usr/bin
