#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_DH_MAKESHLIBS_ARGS += --exclude=_Buffy

# Taken from /usr/share/cdbs/1/class/python-distutils.mk
ifdef _cdbs_rules_debhelper
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
	dh_python -p$(cdbs_curpkg)
endif

# Store build information
common-binary-post-install-arch common-binary-post-install-indep::
	dh_buildinfo
