summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog24
-rw-r--r--debian/control12
-rw-r--r--debian/elpa-test1
3 files changed, 37 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 25929cc..3d6c274 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+mailscripts (0.16-1) unstable; urgency=medium
+
+ email-print-mime-structure:
+ * Add a test suite (Closes: #945451).
+ - Add <!nocheck> builddeps on
+ + python3
+ + python3-pgpy
+ + gpg
+ + gpg-agent
+ + mypy.
+ * Add capability to decrypt S/MIME-encrypted messages (Closes: #945195).
+ - Add gpgsm, openssl to Build-Depends and Suggests.
+ - Add <!nocheck> 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
+ mechanism.
+ See <https://bugs.debian.org/945195#100>.
+
+ Thanks to Daniel Kahn Gillmor for two patch series implementing these
+ improvements.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 28 Nov 2019 11:27:38 -0700
+
mailscripts (0.15-1~bpo10+1) buster-backports; urgency=medium
* Rebuild for buster-backports.
diff --git a/debian/control b/debian/control
index 72b57c3..3de5b11 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,17 @@ Build-Depends:
bash-completion,
debhelper (>= 10),
dh-elpa,
+ dirmngr <!nocheck>,
+ gnutls-bin <!nocheck>,
+ gpg <!nocheck>,
+ gpg-agent <!nocheck>,
+ gpgsm <!nocheck>,
+ mypy <!nocheck>,
+ openssl <!nocheck>,
perl,
+ python3 <!nocheck>,
python3-argcomplete,
+ python3-pgpy <!nocheck>,
Vcs-Git: https://git.spwhitton.name/mailscripts
Vcs-Browser: https://git.spwhitton.name/mailscripts
@@ -44,8 +53,11 @@ Recommends:
python3-argcomplete,
python3-pgpy,
Suggests:
+ gnutls-bin,
gpg,
gpg-agent,
+ gpgsm,
+ openssl,
Architecture: all
Description: collection of scripts for manipulating e-mail on Debian
This package provides a collection of scripts for manipulating e-mail
diff --git a/debian/elpa-test b/debian/elpa-test
new file mode 100644
index 0000000..4d6556c
--- /dev/null
+++ b/debian/elpa-test
@@ -0,0 +1 @@
+disable = true