File: autoreconf.mk

package info (click to toggle)
dh-autoreconf 20
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 76 kB
  • sloc: perl: 132; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (6)
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