diff options
author | Guilhem Moulin <guilhem@debian.org> | 2020-12-26 23:43:40 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-27 00:10:50 +0100 |
commit | aa6e8a2fb590372b3adebc5b587d6b622bfe05e3 (patch) | |
tree | 43311a8214a623a2d5c39497777dd27243485903 | |
parent | 8bc0fac4758144a6fd30496922281a91ab0edcc9 (diff) |
d/control: bump dovecot-imapd version to >=2.3 in Build-Depends.
We're using ssl_min_protocol in the test suite, see
feeb91998a29ca040f6e5dd103e09507a6355e32 .
-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 e094552..c333a18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ interimap (0.5.5-1) UNRELEASED; urgency=medium * d/control: pin exact libinterimap version in interimap & pullimap's depends. The components are tightly tied together and libinterimap makes no promise of API stability. + * d/control: Bump dovecot-imapd version to >=2.3 in Build-Depends for the + test suite. -- Guilhem Moulin <guilhem@debian.org> Sat, 26 Dec 2020 23:33:39 +0100 diff --git a/debian/control b/debian/control index 3bf034e..8cd77b1 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 (>= 1:2.2.31~) <!nocheck>, + dovecot-imapd (>= 1:2.3~) <!nocheck>, dovecot-lmtpd (>= 1:2~) <!nocheck>, jq, libconfig-tiny-perl <!nocheck>, |