This file is indexed.

/usr/share/deal.II/scripts/make_dependencies.pl.in is in libdeal.ii-dev 6.3.1-1.1.

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
 7
 8
 9
10
11
# $Id: make_dependencies.pl.in 11776 2005-11-20 19:48:37Z guido $

# this used to be a whole perl script, but it has been superceded by a
# program written in C++ since it was too slow. if someone is still
# using the perl script, simply forward all actions to the C++
# executable
#
# since the perl script is not usually called from the directory which
# it is in, we need to have the path to the C++ executable. Autoconf
# does this for us upon configuration time.
print `@prefix@/common/scripts/make_dependencies @ARGV`