This file is indexed.

/usr/share/doc/libclanapp-1.0/PATCHES is in libclanapp-1.0 1.0~svn3827-3+b4.

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
Due to the modest volume of patches we get and because all recent patches that
have come in are rather hairy, here is a summary of how to create patches for ClanLib.

Diffing
===================================
Use 'diff -u > mypatch.patch' or 'svn diff > mypatch.patch' from within
the ClanLib (trunk) directory. This is contextual diff, it provides more
information so it easier to examine the changes before applying.

If you're using Windows, the TortoiseSVN utility
(http://tortoisesvn.tigris.org/) can easily create patches. Right click
your ClanLib directory (or trunk), and select TortoiseSVN->Create Patch.

Submitting
===================================
Please submit patches to our Developer Chat section on the forums:
http://www.rtsoft.com/forums/forumdisplay.php?f=16

Describing
===================================
You should describe what your patch does. Please no 'This fixes a bug'.
Tell us which bug, in what component. Generally, be descriptive without
being needless verbose.