Missed one build dependency:
--- debian/control 2016-02-24 02:46:28.000000000 +0100 +++ /tmp/control 2016-02-24 21:36:00.065629540 +0100 @@ -4,7 +4,7 @@ Maintainer: LaMont Jones <[email protected]> Standards-Version: 3.9.1.0 Homepage: http://www.postfix.org -Build-Depends: debhelper (>= 7), po-debconf (>= 0.5.0), groff-base, patch, lsb-release, libdb-dev (>=4.6.19), libldap2-dev (>=2.1), libpcre3-dev, libmysqlclient-dev, libssl-dev (>=0.9.7), libsasl2-dev, libpq-dev, libcdb-dev, dpkg-dev (>= 1.16.1~), libsqlite3-dev, html2text +Build-Depends: debhelper (>= 7), po-debconf (>= 0.5.0), groff-base, patch, lsb-release, libdb-dev (>=4.6.19), libldap2-dev (>=2.1), liblmdb-dev, libpcre3-dev, libmysqlclient-dev, libssl-dev (>=0.9.7), libsasl2-dev, libpq-dev, libcdb-dev, dpkg-dev (>= 1.16.1~), libsqlite3-dev, html2text Vcs-Browser: https://git.launchpad.net/postfix Vcs-Git: git://git.launchpad.net/postfix Uploaders: Scott Kitterman <[email protected]> @@ -30,6 +30,15 @@ This provides support for LDAP maps in Postfix. If you plan to use LDAP maps with Postfix, you need this. +Package: postfix-lmdb +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, postfix (= ${binary:Version}), liblmdb0 (>=0.9.14) +Description: LMDB map support for Postfix + ${Description} + . + This provides support for LMDB maps in Postfix. If you plan to use LMDB maps + with Postfix, you need this. + Package: postfix-cdb Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, postfix (= ${binary:Version})

