diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ba14c1a..e26614f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ interimap (0.5.3-1) UNRELEASED; urgency=medium * New upstream release. Closes: #968392. + * d/control: The test suite now requires Dovecot v2.2.31 or later (for + ssl_alt_cert). -- Guilhem Moulin <guilhem@debian.org> Wed, 09 Dec 2020 15:34:43 +0100 diff --git a/debian/control b/debian/control index 0f07c0d..203f56c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: mail Priority: optional Maintainer: Guilhem Moulin <guilhem@debian.org> Build-Depends: debhelper-compat (= 13), - dovecot-imapd (>= 2~) <!nocheck>, + dovecot-imapd (>= 2.2.31~) <!nocheck>, dovecot-lmtpd (>= 2~) <!nocheck>, jq, libconfig-tiny-perl <!nocheck>, |