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

%:
	dh $@ --buildsystem=octave

execute_before_dh_installdeb:
	@echo "*********************************************************"
	@echo "Warning: check whether the following fix is still needed:"
	@echo "*********************************************************"
	rm -rf $$(find debian/octave-geometry -name __pycache__) -

override_dh_dwz:
	-dh_dwz
