This file is indexed.

/usr/share/doc/geneagrapher/HACKING.txt is in geneagrapher 1.0c2+git20120704-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
16
17
18
19
20
Development setup
=================

To create a buildout,

  $ python bootstrap.py
  $ bin/buildout

Release HOWTO
=============

To make a release, 

  1) Update release date/version in NEWS.txt and setup.py
  2) Run 'python setup.py sdist'. Alternatively, run 'python
  makedist.py', which creates the distributions, hashes, and
  signatures.
  3) Test the generated source distribution in dist/
  4) Upload to PyPI: 'python setup.py sdist register upload'
  5) Increase version in setup.py (for next release)