#!/usr/bin/make -f

export PYDEB_SUGGESTS_EXTRAS=zcml

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