/usr/share/octave/debian/defs.make is in liboctave-dev 4.0.0-3ubuntu9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | # Installation paths for use in debian/rules of Octave-related packages
# Written by Rafael Laboissiere <rafael@debian.org>
MDIR = $(shell octave-config --print LOCALFCNFILEDIR)
OCTDIR = $(shell octave-config --print LOCALOCTFILEDIR)
|