From 455e1edf27ab0eacdd3d6a31eeca37e301cbd616 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 25 Nov 2019 07:58:18 -0700 Subject: changelog Signed-off-by: Sean Whitton --- debian/changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 10d3f6a..7a0078c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +mailscripts (0.16-1) UNRELEASED; urgency=medium + + * email-print-mime-structure: add a test suite (Closes: #945451). + Thanks to Daniel Kahn Gillmor for the patch series. + - Add builddeps on + + diffutils + + python3 + + python3-pgpy + + gpg + + gpg-agent + + mypy. + + -- Sean Whitton Mon, 25 Nov 2019 07:55:47 -0700 + mailscripts (0.15-1) unstable; urgency=medium * notmuch-extract-patch: when checking the reroll count, do not require -- cgit v1.2.3 From 1d713ce6d0f4db271f70e3013c8d8ca5ff5ec994 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 28 Nov 2019 11:18:35 -0700 Subject: changelog Signed-off-by: Sean Whitton --- debian/changelog | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 7a0078c..71107bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ mailscripts (0.16-1) UNRELEASED; urgency=medium - * email-print-mime-structure: add a test suite (Closes: #945451). - Thanks to Daniel Kahn Gillmor for the patch series. + email-print-mime-structure: + * Add a test suite (Closes: #945451). - Add builddeps on + diffutils + python3 @@ -9,6 +9,16 @@ mailscripts (0.16-1) UNRELEASED; urgency=medium + gpg + gpg-agent + mypy. + * Add capability to decrypt S/MIME-encrypted messages (Closes: #945195). + - Add gpgsm, openssl to Build-Depends and Suggests. + * Add capability to handle one-part PKCS#7 signature objects. + - Add gnutls-bin to Build-Depends and Suggests. + * Fully decode encrypted parts before passing to any decryption + mechanism. + See . + + Thanks to Daniel Kahn Gillmor for two patch series implementing these + improvements. -- Sean Whitton Mon, 25 Nov 2019 07:55:47 -0700 -- cgit v1.2.3 From 26725f75d7bc30bc9e18871b1e0807980108e2fa Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 28 Nov 2019 11:22:08 -0700 Subject: don't depend on an Essential: yes package, diffutils Thanks, Lintian. Signed-off-by: Sean Whitton --- debian/changelog | 1 - debian/control | 1 - 2 files changed, 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 71107bb..acfa139 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,6 @@ mailscripts (0.16-1) UNRELEASED; urgency=medium email-print-mime-structure: * Add a test suite (Closes: #945451). - Add builddeps on - + diffutils + python3 + python3-pgpy + gpg diff --git a/debian/control b/debian/control index 73c5919..bc8268a 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Build-Depends: bash-completion, debhelper (>= 10), dh-elpa, - diffutils , gnutls-bin , gpg , gpg-agent , -- cgit v1.2.3 From fb08739c0a2005b2e9493993f697df6f5f81493a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 28 Nov 2019 11:23:44 -0700 Subject: Add build-dep on dirmngr Needed for the gpgsm usage in the test suite, it would seem. Signed-off-by: Sean Whitton --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index acfa139..06522f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ mailscripts (0.16-1) UNRELEASED; urgency=medium + mypy. * Add capability to decrypt S/MIME-encrypted messages (Closes: #945195). - Add gpgsm, openssl to Build-Depends and Suggests. + - Add build-dep on dirmngr. * Add capability to handle one-part PKCS#7 signature objects. - Add gnutls-bin to Build-Depends and Suggests. * Fully decode encrypted parts before passing to any decryption diff --git a/debian/control b/debian/control index bc8268a..3de5b11 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: bash-completion, debhelper (>= 10), dh-elpa, + dirmngr , gnutls-bin , gpg , gpg-agent , -- cgit v1.2.3 From f3e1e5a552db990b2213ef850e056ecb7995558d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 28 Nov 2019 11:27:43 -0700 Subject: release mailscripts 0.16 (-1 to Debian unstable) Signed-off-by: Sean Whitton --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 06522f6..dd8d9aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mailscripts (0.16-1) UNRELEASED; urgency=medium +mailscripts (0.16-1) unstable; urgency=medium email-print-mime-structure: * Add a test suite (Closes: #945451). @@ -20,7 +20,7 @@ mailscripts (0.16-1) UNRELEASED; urgency=medium Thanks to Daniel Kahn Gillmor for two patch series implementing these improvements. - -- Sean Whitton Mon, 25 Nov 2019 07:55:47 -0700 + -- Sean Whitton Thu, 28 Nov 2019 11:27:38 -0700 mailscripts (0.15-1) unstable; urgency=medium -- cgit v1.2.3