/usr/share/octave/debian/defs.make-3.2.4 is in octave3.2-headers 3.2.4-12.
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 6 | # Installation paths for use in debian/rules of Octave-related packages
# Written by Rafael Laboissiere <rafael@debian.org>
# $Id$
MDIR = $(shell octave-config-3.2.4 --print LOCALAPIFCNFILEDIR)
OCTDIR = $(shell octave-config-3.2.4 --print LOCALAPIOCTFILEDIR)
|