#!/usr/bin/make -f

DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow,+fortify
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --with autoreconf

override_dh_installdocs:
	dh_installdocs --link-doc=libphone-utils0
