This file is indexed.

/usr/lib/python2.7/dist-packages/genbackupdata-1.9.egg-info is in genbackupdata 1.9-1.

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
Metadata-Version: 1.1
Name: genbackupdata
Version: 1.9
Summary: Generate test data for backup software
Home-page: http://braawi.org/genbackupdata/
Author: Lars Wirzenius
Author-email: liw@iki.fi
License: GNU General Public License, version 3 or later
Description: genbackupdata creates or modifies directory trees in ways that simulate
        real filesystems sufficiently well for performance testing of backup
        software. For example, it can create files that are a mix of small text
        files and big binary files, with the binary files containing random
        binary junk which compresses badly. This can then be backed up, and
        later the directory tree can be changed by creating new files, modifying
        files, or deleting or renaming files. The backup can then be run again.
        
        The output is deterministic, such that for a given set of parameters the
        same output always happens. Thus it is more efficient to distribute
        genbackupdata and a set of parameters between people who wish to
        benchmark backup software than distributing very large test sets.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Archiving :: Backup