This file is indexed.

/usr/games/castle-combat is in castle-combat 0.8.1.dfsg.1-3.1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
#! /usr/bin/python
import sys
sys.path.append('/usr/share/games/castle-combat/scripts')

print "Castle-Combat requires pygame and twisted. If the game doesn't start up correctly, please verify that these are installed."

import main
main.main()