aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@debian.org>2025-04-26 18:31:38 +0200
committerGuilhem Moulin <guilhem@debian.org>2025-04-26 18:32:22 +0200
commitb826f22cb59f734e1f17c27118cfa56adf17242e (patch)
tree1f49c3fc0257666c4a194999036e19dd3ac803a1
parente5d3ebac3c693bd6bb2796375352ec581a1cc0ab (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.
-rw-r--r--debian/control4
-rw-r--r--debian/tests/control8
2 files changed, 8 insertions, 4 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>,
diff --git a/debian/tests/control b/debian/tests/control
index 6b74499..439e0e0 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,9 +1,13 @@
Features: test-name=installcheck-interimap
Test-Command: make installcheck-interimap bindir="/usr/bin"
Restrictions: rw-build-tree
-Depends: dovecot-imapd, interimap, openssl, procps, sqlite3, xxd
+Depends: dovecot-imapd (>= 1:2.4~), interimap, openssl, procps, sqlite3, xxd
Features: test-name=installcheck-pullimap
Test-Command: make installcheck-pullimap bindir="/usr/bin"
Restrictions: rw-build-tree
-Depends: dovecot-imapd, dovecot-lmtpd, openssl, pullimap, xxd
+Depends: dovecot-imapd (>= 1:2.4~),
+ dovecot-lmtpd (>= 1:2.4~),
+ openssl,
+ pullimap,
+ xxd