This file is indexed.

/usr/bin/dblatex is in dblatex 0.3.7-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
9
#! /usr/bin/python

# Register the Debian error analyser
from dbtexmf.core import error
from dbtexmf.contrib.debian.errorhandler import DebianHandler
error.set_errhandler(DebianHandler())

from dbtexmf.dblatex import dblatex
dblatex.main('/usr/share/dblatex')