#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_INSTALL_ARGS_python3=--install-lib=/usr/share/qreator

%:
	dh $@ --buildsystem=pybuild --with=python3

override_dh_auto_install:
	dh_auto_install
	rm -f debian/qreator/usr/share/qreator/qreator/qrcodes/QRCodeSoftwareCenter*
