This file is indexed.

/usr/share/debmake/extra0export/misc is in debmake 4.2.9-1.

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
### These are rarely used code. (START)
###
### The following include for *.mk magically sets miscellaneous
### variables while honoring existing values of pertinent
### environment variables:
###
### Architecture-related variables such as DEB_TARGET_MULTIARCH:
###include /usr/share/dpkg/architecture.mk
### Vendor-related variables such as DEB_VENDOR:
###include /usr/share/dpkg/vendor.mk
### Package-related variables such as DEB_DISTRIBUTION
###include /usr/share/dpkg/pkg-info.mk
###
### You may alternatively set them susing a simple script such as:
### DEB_VENDOR ?= $(shell dpkg-vendor --query  Vendor)
###
### These are rarely used code. (END)
###