diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 33b5144..81bcdae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ interimap (0.5-2) UNRELEASED; urgency=medium * d/control: Annotate some Build-Depends with <!nocheck>. + * d/control: Bump debhelper compatibility level to 13. -- Guilhem Moulin <guilhem@debian.org> Wed, 01 Jul 2020 19:26:24 +0200 diff --git a/debian/control b/debian/control index 906caec..0f07c0d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: interimap Section: mail Priority: optional Maintainer: Guilhem Moulin <guilhem@debian.org> -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dovecot-imapd (>= 2~) <!nocheck>, dovecot-lmtpd (>= 2~) <!nocheck>, jq, |