This file is indexed.

/usr/src/glibc/debian/sysdeps/hppa.mk is in eglibc-source 2.15-0ubuntu10.

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
libc_add-ons = ports nptl $(add-ons)
libc_extra_config_options = $(extra_config_options) --disable-sanity-checks

# hppa64 needs symlink /usr/hppa64-linux/include to /usr/include
# (See: Bug#239020)  In future we may drop this file with supporting hppa64.

define libc6-dev_extra_pkg_install
mkdir -p debian/$(curpass)/usr
mkdir -p debian/$(curpass)/usr/hppa64-linux
ln -sf ../include debian/$(curpass)/usr/hppa64-linux/include
mkdir -p debian/$(curpass)/usr/hppa64-linux-gnu
ln -sf ../include debian/$(curpass)/usr/hppa64-linux-gnu/include
endef