This file is indexed.

/usr/share/doc/wajig/README.rst is in wajig 2.13.

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
wajig has evolved over several years of using and maintaining Debian
systems.  It attempts to capture in a single command line tool various
things I commonly do that relate to managing the system. Many of the
commands supported by wajig have been gleemed from hints and gossip on
the mailing lists, and sometimes nuggets of useful information from
the documentation.

Online documentation is available at http://wajig.togaware.com.

Dirk Eddelbuettel has also been incredibly helpful in sponsoring wajig
for inclusion in Debian and in suggesting new commands. Also, many
thanks to other users of wajig who have made suggestions over the
years.

--> words by Graham Williams & updated/fixed by Tshepang Lekhonkhobe


hacking
-------

* Setup::

   wajig install devscripts debhelper
   debcheckout wajig
   cd wajig

* Build::

   debuild -us -uc

* Install::

   sudo debi

* Ensure that user-visible changes are mentioned in
  ``debian/changelog``; use ``/usr/bin/debchange`` from within the
  project root directory and do your changes there

howto release
-------------

* Ensure that version string on ``src/wajig.py`` matches that of
  latest changelog

* Ensure that debuild does not emit any lintian errors/warnings