This file is indexed.

/usr/share/qtruby4/cmake/QtRuby4Export-noconfig.cmake is in libqtruby4shared-dev 4:4.8.2-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
#----------------------------------------------------------------
# Generated CMake target import file for configuration "".
#----------------------------------------------------------------

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

# Import target "QTRUBY4_qtruby4shared" for configuration ""
SET_PROPERTY(TARGET QTRUBY4_qtruby4shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
SET_TARGET_PROPERTIES(QTRUBY4_qtruby4shared PROPERTIES
  IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "/usr/lib/x86_64-linux-gnu/libQtCore.so;/usr/lib/x86_64-linux-gnu/libQtGui.so;/usr/lib/libruby1.8.so;/usr/lib/x86_64-linux-gnu/libQtNetwork.so;/usr/lib/libsmokebase.so;/usr/lib/libsmokeqtcore.so;/usr/lib/libsmokeqtgui.so;/usr/lib/libsmokeqtxml.so;/usr/lib/libsmokeqtopengl.so;/usr/lib/libsmokeqtsql.so;/usr/lib/libsmokeqtnetwork.so;/usr/lib/libsmokeqtdbus.so;/usr/lib/libsmokeqtsvg.so"
  IMPORTED_LOCATION_NOCONFIG "/usr/lib/libqtruby4shared.so.2.0.0"
  IMPORTED_SONAME_NOCONFIG "libqtruby4shared.so.2"
  )

LIST(APPEND _IMPORT_CHECK_TARGETS QTRUBY4_qtruby4shared )
LIST(APPEND _IMPORT_CHECK_FILES_FOR_QTRUBY4_qtruby4shared "/usr/lib/libqtruby4shared.so.2.0.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)

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