summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-04-19 16:53:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-04-19 16:53:48 -0700
commit73fba2e178b189332ab146b06dbf8bdc16980a31 (patch)
tree975b3b6faa4896152bae27676b548246cb500a92 /debian
parent7ed5070972befb67961d5519f719c38b0d4a2222 (diff)
parent5c1db2b078879ca2f7c492d855b080b0707a6ada (diff)
downloadmailscripts-73fba2e178b189332ab146b06dbf8bdc16980a31.tar.gz
Merge tag 'debian/0.19-1' into buster-bpo
mailscripts release 0.19-1 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=linear] # gpg: Signature made Fri 20 Mar 2020 01:16:48 PM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog17
-rw-r--r--debian/control2
-rw-r--r--debian/copyright1
3 files changed, 19 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a869f8b..d9ac182 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+mailscripts (0.19-1) unstable; urgency=medium
+
+ * notmuch-slurp-debbug: rework to use Mail::Box rather than shelling out
+ to scripts to move mail around.
+ - Drop dependency on libmime-tools-perl.
+ * imap-dl:
+ - Update documentation to be less oriented towards former users of
+ getmail (Closes: #953582).
+ Thanks to Daniel Kahn Gillmor for the patch.
+ - Allow specifying ssl_ciphers.
+ Thanks to Robbie Harwood for the patch.
+ - Add support for GSSAPI authentication.
+ Thanks to Robbie Harwood for the patch and Daniel Kahn Gillmor for
+ review.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Fri, 20 Mar 2020 13:12:58 -0700
+
mailscripts (0.18-1~bpo10+1) buster-backports; urgency=medium
* Rebuild for buster-backports.
diff --git a/debian/control b/debian/control
index 260db76..3f089a0 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,6 @@ Depends:
libipc-system-simple-perl,
liblist-moreutils-perl,
libmail-box-perl,
- libmime-tools-perl,
python3,
${misc:Depends},
${perl:Depends},
@@ -51,6 +50,7 @@ Recommends:
git,
notmuch,
python3-argcomplete,
+ python3-gssapi,
python3-pgpy,
Suggests:
gnutls-bin,
diff --git a/debian/copyright b/debian/copyright
index 17997a8..db97f3d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,6 +3,7 @@ Collection of scripts for manipulating e-mail on Debian
Copyright (C)2017-2020 Sean Whitton
Copyright (C)2019-2020 Daniel Kahn Gillmor
+Copyright (C)2020 Red Hat, Inc.
These programs are free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as