#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.6.0+git at
# Tue, 31 Dec 2013 13:30:19 -0600

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

override_dh_auto_install:
	dh_auto_install -O--buildsystem=python_distutils
	rm -rf debian/python-nagiosplugin/usr/lib/python*/dist-packages/nagiosplugin/examples/

override_dh_auto_test: $(PYVERS:%=test%)
	python$* setup.py test
