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

export DEB_CFLAGS_MAINT_APPEND = -fexceptions

%:
	dh $@ --buildsystem=octave
