#!/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 -n "$(shell grep-dctrl -n -s Description "" debian/control | head -1)" --include=debian/help2man.include --version-string=$(DEB_VERSION_UPSTREAM) -o debian/umbriel.1 umbriel
