diff options
Diffstat (limited to '')
-rw-r--r-- | debian/control | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 450f54e..3c3ddfd 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: debhelper-compat (= 13), libicu-dev, libldap-dev, liblmdb-dev, + libmongoc-dev, libnsl-dev | libc6-dev (<<2.37-15.1), libpcre2-dev, libpq-dev, @@ -56,6 +57,7 @@ Suggests: libsasl2-modules | dovecot-common, postfix-ldap, postfix-lmdb, postfix-mta-sts-resolver, + postfix-mongodb, postfix-mysql, postfix-pcre, postfix-pgsql, @@ -108,6 +110,15 @@ Description: PCRE map support for Postfix This provides support for PCRE (perl compatible regular expression) maps in Postfix. If you plan to use PCRE maps with Postfix, you need this. +Package: postfix-mongodb +Architecture: any +Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} +Description: MongoDB map support for Postfix + ${Description} + . + This provides support for MongoDB maps in Postfix. If you plan to use MongDB + maps with Postfix, you need this. + Package: postfix-mysql Architecture: any Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} |