This file is indexed.

/usr/share/maven-repo/dk/brics/automaton/automaton/1.11-8/automaton-1.11-8.pom is in libautomaton-java 1.11-8+dfsg1-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
27
28
29
30
31
<?xml version='1.0' encoding='UTF-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>dk.brics.automaton</groupId>
	<artifactId>automaton</artifactId>
	<version>1.11-8</version>
	<packaging>jar</packaging>
	<properties>
		<debian.originalVersion>1.11-8</debian.originalVersion>
		<debian.package>libautomaton-java</debian.package>
	</properties>
	
	<name>Automaton</name>
	<description>A DFA/NFA (finite-state automata) implementation with
		Unicode alphabet (UTF16) and support for the standard regular
		expression operations (concatenation, union, Kleene star) and a number
		of non-standard ones (intersection, complement, etc.)</description>
	<url>http://www.brics.dk/automaton/</url>
	<licenses>
		<license>
			<name>BSD</name>
			<url>http://www.opensource.org/licenses/bsd-license.php</url>
		</license>
	</licenses>
	<developers>
		<developer>
			<name>Anders M??ller</name>
			<email>amoeller@cs.au.dk</email>
		</developer>
	</developers>
</project>