#!/usr/bin/make -f

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

DEB_INSTALL_MANPAGES_dfu-util := doc/dfu-util.1

# Do not install the dfu-util_static binary, it's not needed in Debian.
binary-post-install/dfu-util::
	rm -f debian/dfu-util/usr/bin/dfu-util_static

common-binary-post-install-arch:: list-missing

