This file is indexed.

/usr/lib/python2.7/dist-packages/breezy-3.0.0dev1.egg-info is in python-breezy 3.0.0~bzr6852-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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Metadata-Version: 1.1
Name: breezy
Version: 3.0.0dev1
Summary: Friendly distributed version control system
Home-page: https://www.breezy-vcs.org/
Author: Breezy Developers
Author-email: team@breezy-vcs.org
License: GNU GPL v2
Download-URL: https://launchpad.net/brz/+download
Description: =================
        README for Breezy
        =================
        
        Breezy (``brz``) is a decentralized revision control system, designed to be
        easy for developers and end users alike.
        
        You can install from source by following the instructions in the INSTALL file.
        At the moment of writing there are no binary packages available.
        
        To learn how to use Breezy, see the official documentation in the `doc`
        directory or refer to the Bazaar documentation at
        <https://doc.bazaar.canonical.com/en/>.
        
        For additional training materials including screencasts and slides,
        visit the Bazaar community wiki documentation page at:
        
            http://wiki.bazaar.canonical.com/Documentation/
        
        Breezy is Free Software, and is released under the GNU General Public License,
        version 2 or later.
        
        Breezy is a friendly fork of the Bazaar (``bzr``) project, hosted on
        http://bazaar.canonical.com/. It is backwards compatibility with
        Bazaar's disk format and protocols.
        
        
        Breezy highlights
        =================
        
        Breezy directly supports both central version control (like cvs/svn) and
        distributed version control (like git/hg). Developers can organize their
        workspace in whichever way they want on a per project basis including:
        
        * checkouts (like svn)
        * feature branches (like hg)
        * shared working tree (like git).
        
        It also directly supports and encourages a large number of development best
        practices like refactoring and pre-commit regression testing. Users can
        choose between our command line tool and our cross-platform GUI application.
        For further details, see our website.
        
        Feedback
        ========
        
        If you encounter any problems with BReezy , need help understanding it, or would
        like to offer suggestions or feedback, please get in touch with us:
        
        * Ask a question through our web support interface, at
          https://answers.launchpad.net/brz/
        
        * Report bugs at https://bugs.launchpad.net/brz/+filebug
        
        * Write to the mailing list at bazaar@lists.canonical.com
          You can join the list at <https://lists.ubuntu.com/mailman/listinfo/bazaar>.
          You don't need to subscribe to post, but your first post will be held
          briefly for manual moderation.
        
          Please mention that you are using Breezy rather than Bazaar.
        
        * Talk to us in irc://irc.ubuntu.com/bzr
        
          Please mention that you are using Breezy rather than Bazaar.
        
        Our mission is to make a version control tool that developers LOVE to use
        and that casual contributors feel confident with. Please let us know how
        we're going.
        
        The Breezy Team
        
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: C
Classifier: Topic :: Software Development :: Version Control