diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:40:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:40:44 +0000 |
commit | 7efa2adbd46aaccdafa6ddaaf47ed6f77f665d84 (patch) | |
tree | 35f12b75de24af46cce8dff74d7e0db9c91fa08a /debian/control | |
parent | Merging upstream version 3.8.6. (diff) | |
download | postfix-7efa2adbd46aaccdafa6ddaaf47ed6f77f665d84.tar.xz postfix-7efa2adbd46aaccdafa6ddaaf47ed6f77f665d84.zip |
Adding debian version 3.8.6-1.debian/3.8.6-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 67 |
1 files changed, 56 insertions, 11 deletions
diff --git a/debian/control b/debian/control index 3f96429..09cf360 100644 --- a/debian/control +++ b/debian/control @@ -6,17 +6,59 @@ Uploaders: Scott Kitterman <scott@kitterman.com> Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://www.postfix.org -Build-Depends: debhelper-compat (= 13), po-debconf (>= 0.5.0), groff-base, patch, pkg-config, lsb-release, libdb-dev (>=4.6.19), libldap-dev, liblmdb-dev, libpcre2-dev, default-libmysqlclient-dev, libssl-dev (>=1.0.2), libsasl2-dev, libpq-dev, libcdb-dev, dpkg-dev (>= 1.16.1~), libsqlite3-dev, html2text, txt2man, libicu-dev, systemd-dev +Build-Depends: debhelper-compat (= 13), + default-libmysqlclient-dev, + dpkg-dev (>= 1.16.1~), + groff-base, + html2text, + libcdb-dev, + libdb-dev (>=4.6.19), + libicu-dev, + libldap-dev, + liblmdb-dev, + libnsl-dev | libc6-dev (<<2.37-15.1), + libpcre2-dev, + libpq-dev, + libsasl2-dev, + libsqlite3-dev, + libssl-dev (>=1.0.2), + lsb-release, + patch, + pkgconf, + po-debconf (>= 0.5.0), + systemd-dev, + txt2man Vcs-Browser: https://salsa.debian.org/postfix-team/postfix-dev Vcs-Git: https://salsa.debian.org/postfix-team/postfix-dev.git Package: postfix Architecture: any Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, adduser (>=3.48), dpkg (>= 1.8.3), ssl-cert, cpio, e2fsprogs +Depends: adduser (>=3.48), + cpio, + dpkg (>= 1.8.3), + e2fsprogs, + netbase, + ssl-cert, + ${misc:Depends}, + ${shlibs:Depends} Replaces: mail-transport-agent -Recommends: python3, ca-certificates -Suggests: procmail, postfix-mysql, postfix-pgsql, postfix-ldap, postfix-pcre, postfix-lmdb, postfix-sqlite, sasl2-bin | dovecot-common, libsasl2-modules | dovecot-common, resolvconf, postfix-cdb, mail-reader, postfix-mta-sts-resolver, ufw, postfix-doc +Recommends: ca-certificates, python3 +Suggests: libsasl2-modules | dovecot-common, + mail-reader, + postfix-cdb, + postfix-doc, + postfix-ldap, + postfix-lmdb, + postfix-mta-sts-resolver, + postfix-mysql, + postfix-pcre, + postfix-pgsql, + postfix-sqlite, + procmail, + resolvconf, + sasl2-bin | dovecot-common, + ufw Conflicts: mail-transport-agent, smail Provides: mail-transport-agent, ${postfix:Provides} Description: High-performance mail transport agent @@ -24,7 +66,7 @@ Description: High-performance mail transport agent Package: postfix-ldap Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postfix (= ${binary:Version}) +Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: LDAP map support for Postfix ${Description} . @@ -33,7 +75,10 @@ Description: LDAP map support for Postfix Package: postfix-lmdb Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, liblmdb0 (>=0.9.14), postfix (= ${binary:Version}) +Depends: liblmdb0 (>=0.9.14), + postfix (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} Description: LMDB map support for Postfix ${Description} . @@ -42,7 +87,7 @@ Description: LMDB map support for Postfix Package: postfix-cdb Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postfix (= ${binary:Version}) +Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: CDB map support for Postfix ${Description} . @@ -51,7 +96,7 @@ Description: CDB map support for Postfix Package: postfix-pcre Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postfix (= ${binary:Version}) +Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: PCRE map support for Postfix ${Description} . @@ -60,7 +105,7 @@ Description: PCRE map support for Postfix Package: postfix-mysql Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postfix (= ${binary:Version}) +Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: MySQL map support for Postfix ${Description} . @@ -69,7 +114,7 @@ Description: MySQL map support for Postfix Package: postfix-pgsql Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postfix (= ${binary:Version}) +Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: PostgreSQL map support for Postfix ${Description} . @@ -78,7 +123,7 @@ Description: PostgreSQL map support for Postfix Package: postfix-sqlite Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, postfix (= ${binary:Version}) +Depends: postfix (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: SQLite map support for Postfix ${Description} . |