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

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

override_dh_installdeb:
	# Fix permission of some *.m files
	@echo "*********************************************************"
	@echo "Warning: check whether the following fix is still needed:"
	@echo "*********************************************************"
	find debian/$(pkg) -name \*.m -exec chmod -x \{} \;
	dh_installdeb
