70 lines
1.7 KiB
Plaintext
70 lines
1.7 KiB
Plaintext
Source: bongo
|
|
Section: mail
|
|
Priority: optional
|
|
Maintainer: Bongo Project <bongo-dev@disconnected-by-peer.at>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
dh-python,
|
|
cmake (>= 3.16),
|
|
ninja-build,
|
|
pkgconf,
|
|
gettext,
|
|
python3-dev,
|
|
python3-dateutil,
|
|
python3-dnspython,
|
|
python3-idna,
|
|
python3-nh3,
|
|
python3-vobject,
|
|
libglib2.0-dev,
|
|
libidn2-dev,
|
|
libgmime-3.0-dev,
|
|
libgcrypt20-dev,
|
|
libgnutls28-dev,
|
|
libunbound-dev,
|
|
libsqlite3-dev,
|
|
libcurl4-gnutls-dev,
|
|
zlib1g-dev,
|
|
libldns-dev,
|
|
libmailutils-dev (>= 1:3.19-1+bongo1),
|
|
libgsasl-dev (>= 2.2.0),
|
|
libldap2-dev,
|
|
liboath-dev,
|
|
libargon2-dev,
|
|
libqrencode-dev,
|
|
libspf2-dev (>= 1.2.10-8.3+bongo1),
|
|
libopendkim-dev,
|
|
libopendmarc-dev,
|
|
libsrs2-dev (>= 1.0.18-4+bongo1),
|
|
libpsl-dev,
|
|
libical-dev,
|
|
libicu-dev
|
|
Standards-Version: 4.7.2
|
|
Homepage: https://gitea.disconnected-by-peer.at/geos_one/bongo
|
|
Vcs-Git: https://gitea.disconnected-by-peer.at/geos_one/bongo.git
|
|
Vcs-Browser: https://gitea.disconnected-by-peer.at/geos_one/bongo
|
|
Rules-Requires-Root: no
|
|
|
|
Package: bongo
|
|
Architecture: any
|
|
Depends:
|
|
${misc:Depends},
|
|
${python3:Depends},
|
|
${shlibs:Depends},
|
|
adduser,
|
|
dns-root-data,
|
|
python3-dateutil,
|
|
python3-dnspython,
|
|
python3-idna,
|
|
python3-nh3,
|
|
python3-vobject
|
|
Recommends: clamav-daemon, spamassassin, fail2ban
|
|
Suggests: apache2 | nginx, mailman3
|
|
Provides: mail-transport-agent
|
|
Conflicts: mail-transport-agent
|
|
Replaces: bongo-server (<< 0.7.0)
|
|
Description: simple integrated mail, calendar and contacts server
|
|
Bongo provides SMTP submission and transport, IMAP, POP3, ManageSieve,
|
|
CalDAV, CardDAV, a Web client, administration tools, filtering, and a
|
|
message store in one integrated server. It is the maintained continuation
|
|
of the historical Bongo Project code base.
|