This file is indexed.

/usr/lib/x86_64-linux-gnu/cmake/PySide-1.2.2/PySideConfig-python2.7.cmake is in libpyside-dev 1.2.2-2build2.

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
#  PYSIDE_INCLUDE_DIR   - Directories to include to use PySide
#  PYSIDE_LIBRARY       - Files to link against to use PySide
#  PYSIDE_PYTHONPATH    - Path to where the PySide Python module files could be found
#  PYSIDE_TYPESYSTEMS   - Type system files that should be used by other bindings extending PySide

SET(PYSIDE_INCLUDE_DIR "/usr/include/PySide")
# Platform specific library names
if(MSVC)
    SET(PYSIDE_LIBRARY "/usr/lib/x86_64-linux-gnu/libpyside-python2.7.lib")
elseif(CYGWIN)
    SET(PYSIDE_LIBRARY "/usr/lib/x86_64-linux-gnu/libpyside-python2.7")
elseif(WIN32)
    SET(PYSIDE_LIBRARY "/usr/bin/libpyside-python2.7.so")
else()
    SET(PYSIDE_LIBRARY "/usr/lib/x86_64-linux-gnu/libpyside-python2.7.so")
endif()
SET(PYSIDE_PYTHONPATH "/usr/lib/python2.7/dist-packages")
SET(PYSIDE_TYPESYSTEMS "/usr/share/PySide/typesystems")