This file is indexed.

/usr/lib/cmake/dune-localfunctions/dune-localfunctions-config-version.cmake is in libdune-localfunctions-dev 2.3.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
set(PACKAGE_VERSION "2.3.1")

if("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL "2"
     AND "${PACKAGE_FIND_VERSION_MINOR}" EQUAL "3")
  set (PACKAGE_VERSION_COMPATIBLE 1)
  if ("${PACKAGE_FIND_VERSION}" VERSION_EQUAL "2.3.1")
    set(PACKAGE_VERSION_EXACT 1)
  endif()
endif()