#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_auto_build:
	dh_auto_build -Spython_distutils
	dh_auto_build

override_dh_auto_clean:
	dh_auto_clean -Spython_distutils
	dh_auto_clean

override_dh_auto_install:
	dh_auto_install -Spython_distutils
	dh_auto_install

override_dh_python2:
	dh_python2
	# dh_python2 does not check shebangs in weird locations:
	dh_python2 -pmonajat-screenlet /usr/share/screenlets/Monajat
