summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control67
1 files changed, 56 insertions, 11 deletions
diff --git a/debian/control b/debian/control
index cacb9a8..450f54e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,28 @@ Bugs: mailto:maintainers@lists.progress-linux.org
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://git.progress-linux.org/packages/graograman-backports/postfix
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/postfix
XSBC-Original-Vcs-Browser: https://salsa.debian.org/postfix-team/postfix-dev
@@ -18,10 +39,31 @@ XSBC-Original-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
@@ -29,7 +71,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}
.
@@ -38,7 +80,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}
.
@@ -47,7 +92,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}
.
@@ -56,7 +101,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}
.
@@ -65,7 +110,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}
.
@@ -74,7 +119,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}
.
@@ -83,7 +128,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}
.