This file is indexed.

/usr/share/doc/unalz/README.Debian is in unalz 0.65-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
unalz for Debian
================

Supported formats
-----------------

Unalz supports two different kinds of ALZ formats which were
introduced by proprietary Alzip program by Estsoft Corp. The first
BZIP2 based ALZ format was the default format of Alzip 4.9. Alzip 5.0
and later versions have used the newer DEFLATE based format.

In May 2009, "Alzip EGG Edition" test release implements another "EGG
format". But its details are not known yet and it's not supported by
unalz.

Dynamicaly linked with zlib and libbz2
--------------------------------------

ALZ format doesn't implement its own compression algorithm. Instead it
just uses BZIP2 or DEFLATE algorithms. That's why the unalz source
contains zlib and bzip2 library source code. But unalz Debian package
doesn't use that embedded library source and it's dynamically linked
with system-installed library packages, to reduce the binary size and
to minimize possible future security problem by zlib and bzip2.

 -- Changwoo Ryu <cwryu@debian.org>, Sun, 02 Aug 2009 02:32:54 +0900