#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk

DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR) PREFIX=/usr MANPATH=$(DEB_DESTDIR)/usr/share/man

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

