diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 15:44:16 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 15:44:16 +0100 |
commit | 66ab8ae635b89c82d1f97d56f0896c17a263b3a2 (patch) | |
tree | 7744b613a45a731a82ffcd2bd028efd49fff0a68 /debian/control | |
parent | 93be16b3b95089517bdfcec1110296706f14e2c0 (diff) |
d/control: Add missing epoch number on dovecot-* dependencies.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 203f56c..7a9d85a 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: mail Priority: optional Maintainer: Guilhem Moulin <guilhem@debian.org> Build-Depends: debhelper-compat (= 13), - dovecot-imapd (>= 2.2.31~) <!nocheck>, - dovecot-lmtpd (>= 2~) <!nocheck>, + dovecot-imapd (>= 1:2.2.31~) <!nocheck>, + dovecot-lmtpd (>= 1:2~) <!nocheck>, jq, libconfig-tiny-perl <!nocheck>, libdbd-sqlite3-perl <!nocheck>, @@ -26,7 +26,7 @@ Depends: libdbd-sqlite3-perl, libinterimap (>= ${source:Upstream-Version}~), ${misc:Depends}, ${perl:Depends} -Suggests: dovecot-imapd (>= 2~) +Suggests: dovecot-imapd (>= 1:2~) Description: Fast bidirectional synchronization for QRESYNC-capable IMAP servers InterIMAP performs stateful bi-directional synchronization between two IMAP4rev1 servers. Compared to the so-called "full" synchronization |