#!/usr/bin/make -f
%:
	dh $@ --buildsystem=pybuild

override_dh_fixperms:
	dh_fixperms
	chmod -x $(CURDIR)/debian/python3-ollama/usr/share/doc/python3-ollama/examples/*
