This file is indexed.

/usr/lib/python2.7/dist-packages/xxdiff_scripts-4.0.1.egg-info is in xxdiff-scripts 1:4.0.1+dfsg-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
Metadata-Version: 1.1
Name: xxdiff-scripts
Version: 4.0.1
Summary: Python package for writing scripts around xxdiff
Home-page: http://furius.ca/xxdiff
Author: Martin Blais
Author-email: blais@furius.ca
License: GNU GPL
Download-URL: http://bitbucket.org/blais/xxdiff
Description: 
        This package provides a number of scripts that are used to perform a variety of
        tasks that all involve getting user verification and feedback using the xxdiff
        graphical differences viewer.
        
        For example, there are scripts to perform global renaming of strings within a
        large codebase, where each transformed file is viewed by the user with an
        xxdiff, accepted, rejected or merged changes written over the original file
        (file backups are supported).  Also, this infrastructure is mostly provided as
        modules, in order to allow users to write file transformations in Python and to
        leverage this interactive confirmation process.
        
        There are also scripts that visualize diffs for a number of SCM systems, like
        CVS, Subversion, etc.  This package was born after a number of these useful
        scripts had sprouted, and it became apparent that sharing the common code for
        the scripts would be a great advantage to tools writers.
        
        See documentation for a full list of the scripts and their role:
        http://furius.ca/xxdiff/doc/xxdiff-scripts.html
        
Platform: UNKNOWN