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

%:
	dh $@ --buildsystem=octave --with=octave

override_dh_installdeb:
	# Remove files with Python bytecode
	rm -r $$(find debian/octave-geometry -name __pycache__)
	dh_installdeb
