This file is indexed.

/usr/share/doc/ruby-gtk2/README.Debian is in ruby-gtk2 3.1.0-1+deb9u1.

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
Implementing Gtk Tray Icons
---------------------------

As of Ruby-GNOME2 0.16.0, actualy as of Gtk 2.10.0, the (Ruby) Gtk2 library
implements the tray icon with Gtk::StatusIcon.  This officially deprecates
usage of the Gtk::TrayIcon and the gtktrayicon library contained in the
libgtk-trayicon-ruby and libgtk-trayicon-ruby1.8 packages.  

For Lenny, the next Debian release, this package will replace and conflict
libgtk-trayicon-ruby, which will be removed from the suite.  Please
update your programs to use Gtk::StatusIcon instead of Gtk::TrayIcon!

-- Paul van Tilburg <paulvt@debian.org>, Thu, 24 Mar 2007 08:28:24 +0200