#!/usr/bin/make -f

export PYDEB_RECOMMENDS_EXTRAS=menu
export PYDEB_SUGGESTS_EXTRAS=test

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