#!/usr/bin/make -f

export PYBUILD_NAME = poppler-qt4
export PYBUILD_BEFORE_INSTALL = dh_sip -ppython-poppler-qt4 ; \
				dh_sip3 -ppython3-poppler-qt4
%:
	dh $@ --with python2,python3 --buildsystem=pybuild
