aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 5 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 .
diff --git a/debian/control b/debian/control
index a113ff7..fa08abf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,12 @@ Priority: optional
Maintainer: Guilhem Moulin <guilhem@debian.org>
Build-Depends: debhelper (>= 11~),
dovecot-imapd (>= 2~),
+ dovecot-lmtpd (>= 2~),
jq,
libconfig-tiny-perl,
libdbd-sqlite3-perl,
libnet-ssleay-perl (>= 1.73~),
+ openssl,
pandoc (>= 2.1~),
procps,
sqlite3,