This file is indexed.

/usr/share/cdbs/1/rules/autoreconf.mk is in dh-autoreconf 10.

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
# autoreconf.mk - dh-autoreconf integration for CDBS.
include /usr/share/cdbs/1/rules/buildcore.mk

CDBS_BUILD_DEPENDS_rules_autoreconf := dh-autoreconf
CDBS_BUILD_DEPENDS += , $(CDBS_BUILD_DEPENDS_rules_autoreconf)

post-patches:: debian/autoreconf.after

debian/autoreconf.after:
	dh_autoreconf $(DEB_DH_AUTORECONF_ARGS)

reverse-config::
	if test -e debian/autoreconf.before; then \
		dh_autoreconf_clean $(DEB_DH_AUTORECONF_CLEAN_ARGS); \
	fi