diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index fc4b47c..539a41d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ interimap (0.5-1) UNRELEASED; urgency=medium procps, sqlite3, and xxd. + interimap: no longer depends on 'libdbi-perl' (pulled by DBD::SQLite). + interimap: now suggests dovecot-imapd. + + Bump debhelper compatibility level to 12 and set debhelper-compat + version in Build-Depends. + Add Homepage field, pointing to https://guilhem.org/interimap . -- Guilhem Moulin <guilhem@debian.org> Mon, 27 May 2019 00:09:11 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index a9c9d95..4ad90fd 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 (>= 11~), +Build-Depends: debhelper-compat (= 12), dovecot-imapd (>= 2~), dovecot-lmtpd (>= 2~), jq, |