#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

man:
	help2man --no-info --include=debian/help2man.include -h=-h --version-string=$(DEB_VERSION_UPSTREAM) -n "$(shell grep-dctrl -n -s Description "" debian/control | head -1)" -o debian/mango.1 /usr/bin/mango
