This file is indexed.

/usr/share/maven-repo/org/acplt/oncrpc/debian/oncrpc-debian.pom is in remotetea 1.0.7-3.

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
<?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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.acplt</groupId>
	<artifactId>oncrpc</artifactId>
	<version>debian</version>
	<packaging>jar</packaging><properties>
		
			<debian.hasPackageVersion/>
		
			<debian.originalVersion>1.0.7</debian.originalVersion>
		
			<debian.package>remotetea</debian.package>
	</properties>
	
	<name>Remote Tea Runtime</name>
	<description>A fully fledged implementation of the ONC/RPC protocol</description>
	<url>http://remotetea.sourceforge.net/</url>
	<licenses>
		<license>
			<name>GNU Lesser General Public License</name>
			<url>http://www.gnu.org/licenses/lgpl.html</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<connection>scm:cvs:pserver:remotetea.cvs.sourceforge.net:/cvsroot/remotetea</connection>
		<developerConnection>scm:ext:remotetea.cvs.sourceforge.net:/cvsroot/remotetea</developerConnection>
		<url>http://remotetea.cvs.sourceforge.net/viewvc/remotetea/</url>
	</scm>
	<developers>
		<developer>
			<id>haraldalbrecht</id>
			<name>Harald Albrecht</name>
			<email>haraldalbrecht@users.sourceforge.net</email>
		</developer>
	</developers>
</project>