From 8bc0fac4758144a6fd30496922281a91ab0edcc9 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 26 Dec 2020 23:43:10 +0100 Subject: d/control: pin exact libinterimap version in interimap & pullimap's depends. The components are tightly tied together and libinterimap makes no promise of API stability. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f969966..3bf034e 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Vcs-Browser: https://salsa.debian.org/debian/interimap Package: interimap Architecture: all Depends: libdbd-sqlite3-perl, - libinterimap (>= ${source:Upstream-Version}~), + libinterimap (= ${binary:Version}), ${misc:Depends}, ${perl:Depends} Suggests: dovecot-imapd (>= 1:2~) @@ -48,7 +48,7 @@ Description: Fast bidirectional synchronization for QRESYNC-capable IMAP servers Package: pullimap Architecture: all -Depends: libinterimap (>= ${source:Upstream-Version}~), +Depends: libinterimap (= ${binary:Version}), ${misc:Depends}, ${perl:Depends} Description: Pull mails from an IMAP mailbox and deliver them via SMTP or LMTP -- cgit v1.2.3 From aa6e8a2fb590372b3adebc5b587d6b622bfe05e3 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 26 Dec 2020 23:43:40 +0100 Subject: d/control: bump dovecot-imapd version to >=2.3 in Build-Depends. We're using ssl_min_protocol in the test suite, see feeb91998a29ca040f6e5dd103e09507a6355e32 . --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 3bf034e..8cd77b1 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: mail Priority: optional Maintainer: Guilhem Moulin Build-Depends: debhelper-compat (= 13), - dovecot-imapd (>= 1:2.2.31~) , + dovecot-imapd (>= 1:2.3~) , dovecot-lmtpd (>= 1:2~) , jq, libconfig-tiny-perl , -- cgit v1.2.3 From bb9937ff5606bf7696e5c98c7bc058404fac02e3 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 26 Dec 2020 23:54:34 +0100 Subject: Run wrap-and-sort(1). --- debian/control | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 8cd77b1..2cad992 100644 --- a/debian/control +++ b/debian/control @@ -48,9 +48,7 @@ Description: Fast bidirectional synchronization for QRESYNC-capable IMAP servers Package: pullimap Architecture: all -Depends: libinterimap (= ${binary:Version}), - ${misc:Depends}, - ${perl:Depends} +Depends: libinterimap (= ${binary:Version}), ${misc:Depends}, ${perl:Depends} Description: Pull mails from an IMAP mailbox and deliver them via SMTP or LMTP PullIMAP retrieves messages from an IMAP mailbox and deliver them to an SMTP or LMTP transmission channel. It can also remove old messages after -- cgit v1.2.3