diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-12-14 19:02:51 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-12-14 19:41:07 +0100 |
commit | 11aca7a266e6bd41a33778a1ec2091a7f66341e3 (patch) | |
tree | 27db385ff000c985806be27455f675ebb3e88ba8 | |
parent | aabbc7c332b6c555fef86ff6f2432da5d2be4db8 (diff) |
d/control, d/compat: Set debhelper-compat version in Build-Depends.
Cf. https://lintian.debian.org/tags/uses-debhelper-compat-file.html .
-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, |