diff options
author | Guilhem Moulin <guilhem@debian.org> | 2025-04-26 18:31:38 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2025-04-26 18:32:22 +0200 |
commit | b826f22cb59f734e1f17c27118cfa56adf17242e (patch) | |
tree | 1f49c3fc0257666c4a194999036e19dd3ac803a1 /debian/control | |
parent | e5d3ebac3c693bd6bb2796375352ec581a1cc0ab (diff) |
d/control, d/tests: Bump minimum dovecot-* version to 1:2.4~.
Dovecot 2.4 uses different configuration settings and that's what is
targetted in the testsuite of interimap ≥5.0.8.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index f77699e..5a3c483 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 (>= 1:2.3~) <!nocheck>, - dovecot-lmtpd (>= 1:2~) <!nocheck>, + dovecot-imapd (>= 1:2.4~) <!nocheck>, + dovecot-lmtpd (>= 1:2.4~) <!nocheck>, jq <!nodoc>, libconfig-tiny-perl <!nocheck>, libdbd-sqlite3-perl <!nocheck>, |