#!/usr/bin/make -f

export PYDEB_SUGGESTS_EXTRAS=persistentregistry security
export PYDEB_METAPACKAGE_EXTRAS=zcml test

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