diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-11-12 15:41:36 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-11-13 06:24:24 +0100 |
commit | 0156e17d5250a410f95b462da5bb8bdc74359859 (patch) | |
tree | 4ade479890bb48d2b1760f270e07c37185d66fef /debian/changelog | |
parent | c6bbdd8aa697b2d42be1ac0839189da32d437a8f (diff) |
d/control: Build-Depends: openssl, dovecot-lmtpd.
The test suite uses c_rehash(1) since a7c364b, and Dovecot's LMTPd since
dac4ab1.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e13a631..0f5e0e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,9 +2,9 @@ interimap (0.5-1) UNRELEASED; urgency=medium * New upstream release. Closes: #942725. * debian/control: - + New Build-Depends for the test-suite: dovecot-imapd, - libconfig-tiny-perl, libdbd-sqlite3-perl, libnet-ssleay-perl, procps, - sqlite3, and xxd. + + New Build-Depends for the test-suite: dovecot-imapd, dovecot-lmtpd, + libconfig-tiny-perl, libdbd-sqlite3-perl, libnet-ssleay-perl, openssl, + procps, sqlite3, and xxd. + interimap now suggests dovecot-imapd. + Add Homepage field, pointing to https://guilhem.org/interimap . |