diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 15:38:12 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 15:38:12 +0100 |
commit | e2acc4d2de0f6d7bb82fb866a8eefc989714d90c (patch) | |
tree | 102970e46e9256fcf1b4df2c1bfae0d9f36e0e57 /debian | |
parent | e84a149ed1b0a6af540d4e5a3bf060fd55ea3d05 (diff) |
d/control: The test suite now requires Dovecot v2.2.31 or later
For ssl_alt_cert, see 51df40cf82c67ae828c325a42e28b3155fce9864.
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>, |