This file is indexed.

/usr/lib/x86_64-linux-gnu/cmake/dune-common/dune-common-config.cmake is in libdune-common-dev 2.4.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
set(dune-common_PREFIX "/usr")
set(dune-common_INCLUDE_DIRS "/usr/include")
set(dune-common_SCRIPT_DIR "/usr/share/dune/cmake/scripts")
set(DOXYSTYLE_FILE "/usr/share/dune-common/doc/doxygen/Doxystyle")
set(dune-common_MODULE_PATH "/usr/share/dune/cmake/modules")
#set(dune-common_FAKE_CMAKE_PKGCONFIG TRUE)
set(dune-common_LIBRARIES "dunecommon")
add_library(dunecommon STATIC IMPORTED)
set_property(TARGET dunecommon APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
set_target_properties(dunecommon PROPERTIES IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" IMPORTED_LOCATION_NOCONFIG /usr/lib/x86_64-linux-gnu/libdunecommon.a)