#!/usr/bin/make -f

export PYDEB_SUGGESTS_EXTRAS=test browser test_browser

%:
	dh $@ --with pydeb --with python2
