This file is indexed.

/usr/lib/cmake/TelepathyQt4/TelepathyQt4Targets-relwithdebinfo.cmake is in libtelepathy-qt4-dev 0.9.1-0ubuntu1.

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 "RelWithDebInfo".
#----------------------------------------------------------------

# 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)

# Import target "telepathy-qt4" for configuration "RelWithDebInfo"
SET_PROPERTY(TARGET telepathy-qt4 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO)
SET_TARGET_PROPERTIES(telepathy-qt4 PROPERTIES
  IMPORTED_LINK_INTERFACE_LIBRARIES_RELWITHDEBINFO "/usr/lib/x86_64-linux-gnu/libQtCore.so;/usr/lib/x86_64-linux-gnu/libQtDBus.so;/usr/lib/x86_64-linux-gnu/libQtNetwork.so;/usr/lib/x86_64-linux-gnu/libQtXml.so"
  IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libtelepathy-qt4.so.2.0.9.1"
  IMPORTED_SONAME_RELWITHDEBINFO "libtelepathy-qt4.so.2"
  )

LIST(APPEND _IMPORT_CHECK_TARGETS telepathy-qt4 )
LIST(APPEND _IMPORT_CHECK_FILES_FOR_telepathy-qt4 "${_IMPORT_PREFIX}/lib/libtelepathy-qt4.so.2.0.9.1" )

# Import target "telepathy-qt4-farstream" for configuration "RelWithDebInfo"
SET_PROPERTY(TARGET telepathy-qt4-farstream APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO)
SET_TARGET_PROPERTIES(telepathy-qt4-farstream PROPERTIES
  IMPORTED_LINK_INTERFACE_LIBRARIES_RELWITHDEBINFO "/usr/lib/x86_64-linux-gnu/libQtDBus.so;/usr/lib/x86_64-linux-gnu/libQtCore.so;gobject-2.0;glib-2.0;/usr/lib/libtelepathy-farstream.so;/usr/lib/libtelepathy-glib.so;telepathy-qt4"
  IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libtelepathy-qt4-farstream.so.2.0.9.1"
  IMPORTED_SONAME_RELWITHDEBINFO "libtelepathy-qt4-farstream.so.2"
  )

LIST(APPEND _IMPORT_CHECK_TARGETS telepathy-qt4-farstream )
LIST(APPEND _IMPORT_CHECK_FILES_FOR_telepathy-qt4-farstream "${_IMPORT_PREFIX}/lib/libtelepathy-qt4-farstream.so.2.0.9.1" )

# 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)