This file is indexed.

/usr/share/common-lisp/ros/shape_msgs/msg/shape_msgs-msg.asd is in cl-shape-msgs 1.12.5-2.

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
(cl:in-package :asdf)

(defsystem "shape_msgs-msg"
  :depends-on (:roslisp-msg-protocol :roslisp-utils :geometry_msgs-msg
)
  :components ((:file "_package")
    (:file "Mesh" :depends-on ("_package_Mesh"))
    (:file "_package_Mesh" :depends-on ("_package"))
    (:file "MeshTriangle" :depends-on ("_package_MeshTriangle"))
    (:file "_package_MeshTriangle" :depends-on ("_package"))
    (:file "Plane" :depends-on ("_package_Plane"))
    (:file "_package_Plane" :depends-on ("_package"))
    (:file "SolidPrimitive" :depends-on ("_package_SolidPrimitive"))
    (:file "_package_SolidPrimitive" :depends-on ("_package"))
  ))