This file is indexed.

/usr/lib/x86_64-linux-gnu/cmake/phonon/PhononTargets-debian.cmake is in libphonon-dev 4:4.6.0.0-3.

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
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#----------------------------------------------------------------
# Generated CMake target import file for configuration "Debian".
#----------------------------------------------------------------

# Commands may need to know the format version.
SET(CMAKE_IMPORT_FILE_VERSION 1)

# Compute the installation prefix relative to this file.
GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)

# Import target "Phonon::phononexperimental" for configuration "Debian"
SET_PROPERTY(TARGET Phonon::phononexperimental APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBIAN)
SET_TARGET_PROPERTIES(Phonon::phononexperimental PROPERTIES
  IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBIAN "Phonon::phonon"
  IMPORTED_LOCATION_DEBIAN "${_IMPORT_PREFIX}/lib/x86_64-linux-gnu/libphononexperimental.so.4.6.0"
  IMPORTED_SONAME_DEBIAN "libphononexperimental.so.4"
  )

LIST(APPEND _IMPORT_CHECK_TARGETS Phonon::phononexperimental )
LIST(APPEND _IMPORT_CHECK_FILES_FOR_Phonon::phononexperimental "${_IMPORT_PREFIX}/lib/x86_64-linux-gnu/libphononexperimental.so.4.6.0" )

# Import target "Phonon::phonon" for configuration "Debian"
SET_PROPERTY(TARGET Phonon::phonon APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBIAN)
SET_TARGET_PROPERTIES(Phonon::phonon PROPERTIES
  IMPORTED_LOCATION_DEBIAN "${_IMPORT_PREFIX}/lib/x86_64-linux-gnu/libphonon.so.4.6.0"
  IMPORTED_SONAME_DEBIAN "libphonon.so.4"
  )

LIST(APPEND _IMPORT_CHECK_TARGETS Phonon::phonon )
LIST(APPEND _IMPORT_CHECK_FILES_FOR_Phonon::phonon "${_IMPORT_PREFIX}/lib/x86_64-linux-gnu/libphonon.so.4.6.0" )

# Loop over all imported files and verify that they actually exist
FOREACH(target ${_IMPORT_CHECK_TARGETS} )
  FOREACH(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
    IF(NOT EXISTS "${file}" )
      MESSAGE(FATAL_ERROR "The imported target \"${target}\" references the file
   \"${file}\"
but this file does not exist.  Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
   \"${CMAKE_CURRENT_LIST_FILE}\"
but not all the files it references.
")
    ENDIF()
  ENDFOREACH()
  UNSET(_IMPORT_CHECK_FILES_FOR_${target})
ENDFOREACH()
UNSET(_IMPORT_CHECK_TARGETS)

# Cleanup temporary variables.
SET(_IMPORT_PREFIX)

# Commands beyond this point should not need to know the version.
SET(CMAKE_IMPORT_FILE_VERSION)