This file is indexed.

/usr/share/lua5.1-policy-dev/Makefile.Debian.multiple is in lua5.1-policy-dev 33.

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
MODULES=$(wildcard debian/*Makefile.Debian.conf)
LUA_SINGLE_MAKEFILE=/usr/share/lua5.1-policy-dev/Makefile.Debian.single

.PHONY: all clean test install

all clean test install:
	for X in $(MODULES); do\
		make -f $(LUA_SINGLE_MAKEFILE) $@ \
			CONFIGURATION_FILE=$$X || exit 1;\
	done