blob: f30fb7e9ae54186d761b07e6a1159f5203e2c402 [file] [log] [blame]
#!/usr/bin/make -f
PLUGINSDIR := $(shell pkg-config --variable=pluginsdir gstreamer-1.0)
DESTDIR := debian/python3-edgetpuvision/$(PLUGINSDIR)/python
export PYBUILD_NAME=edgetpuvision
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
dh_install
install -d $(DESTDIR)
install -g 0 -o 0 plugins/*.py $(DESTDIR)