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 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>, |