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

%:
	dh $@ --with=python2

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