This file is indexed.

/usr/share/codeblocks/templates/ogre.template is in codeblocks-common 16.01+dfsg-2.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
<?xml version="1.0"?>
<!DOCTYPE CodeBlocks_template_file>
<CodeBlocks_template_file>
	<Template name="OGRE sample" title="OGRE Application" category="2D/3D Graphics" bitmap="ogrelogo.png">
		<Notice value="This template expects OGRE samples to be located at /opt/ogrenew/Samples.
						If this is not the case, you will have to update the relevant 
						custom variable accordingly.
						
						To do this, click on &quot;Project->Build options->Custom variables&quot;"
				isWarning="1"/>
		<FileSet name="s" title="Default">
			<File source="ogre-main.cpp" destination="main.cpp"/>
		</FileSet>
		<Option name="OGRE Application">
			<Project file="ogre_linux.cbp"/>
		</Option>
	</Template>
</CodeBlocks_template_file>