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

export DH_OCTAVE_EXCLUDE_TEST = dicominfo.cpp isdicom.cpp dicomread.cpp

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