This file is indexed.

/usr/share/doc/bibclean/README.Debian is in bibclean 2.11.4.1-4.

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
Changes from upstream version:

* Changed strategy for finding global initialization file. Upstream
  bibclean wants to put .bibcleanrc in the $PATH, which is seriously
  wrong on unix. Implemented new search strategy that looks for
    $(HOME)/.bibcleanrc    (per-user override)
    $(datadir)/bibcleanrc  (system defaults for non-root install)
    /etc/bibcleanrc        (as specified by Debian policy)

* Patched to support the new 13-digit ISBN format that will gadually
  come into use during 2005 and 2006.

* Patched to not complain about the length of 'abstract'
  fields. These are supposed to be long, and people who use
  .bst files that want to read the abstract fields know that
  they have to use an enlarged bibtex command anyway.

  More "long" fields can be added with a new -long-field option.

* Use an external pager instead of upstream's built-in one
  for paging through the long -help text. Print small requested
  banners to stdout instead of stderr.

* Some cosmetic fixes in the manual page, and information about
  non-unix behavior removed.

These changes are interesting only for people looking at the source:

* Incomplete autoconfiscating of Makefile.in fixed.

* Attempt to use 'rcp -p' as an install program fixed.

* Do not remove doc/bibclean.dvi when cleaning; it cannot
  always be remade automatically. Apparently the TeX source has
  gotten bit rot, it does not TeX cleanly. Even if it did, we
  don't want to build-depend on an entire TeX installation.

* Changed the definition of RCSID in config.hin to suppress warnings
  under gcc.

 -- Henning Makholm <henning@makholm.net>, Wed Dec 29 08:19:05 2004