#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.2 at
# Thu, 04 Jun 2015 10:42:44 +0200

%:
	dh $@ --with python2 --buildsystem=python_distutils


override_dh_auto_clean:
	python setup.py clean -a
	find . -name \*.pyc -exec rm {} \;



override_dh_auto_build:
	python setup.py build --force



override_dh_auto_install:
	python setup.py install --force --root=debian/python-keyutils --no-compile -O0 --install-layout=deb  




