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

%:
	dh $@ --buildsystem=octave

override_dh_dwz:
	-dh_dwz
