#!/usr/bin/make -f
# -*- makefile -*-

export DH_OPTIONS += -O-Bbuild-tree --dbg-package=libmongo-client0-dbg

override_dh_autoreconf:
	dh_autoreconf ./autogen.sh

override_dh_auto_configure:
	dh_auto_configure -- --enable-shared --with-versioned-symbols

override_dh_installdocs:
	dh_installdocs --link-doc=libmongo-client0

%:
	dh $@ --with autoreconf
