p@21: #!/usr/bin/make -f p@21: # -*- mode: makefile; coding: utf-8 -*- p@21: p@21: DEB_PYTHON_SYSTEM = pysupport p@21: p@21: include /usr/share/cdbs/1/rules/debhelper.mk p@21: include /usr/share/cdbs/1/class/python-distutils.mk p@21: p@21: build/python-oauth2:: p@21: pyflakes oauth2 p@21: python-coverage run --branch --include=oauth2/* setup.py test p@21: python-coverage html -d $(ARTIFACTS)/htmlcov