summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-05-16 16:52:42 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-05-16 16:59:23 -0700
commit54e0b61277bf96287a3f1b21e41b9288ca334b10 (patch)
treeaadc96d323f34d97bb65da12b3caad25d68de3b7
parenta712635e36ba4306020d31deebf0832d2dff5231 (diff)
downloadmailscripts-54e0b61277bf96287a3f1b21e41b9288ca334b10.tar.gz
updates to d/{changelog,control,copyright} for new sendmail-reinject
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--debian/changelog5
-rw-r--r--debian/control4
-rw-r--r--debian/copyright1
3 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 52ae813..148b86a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
mailscripts (26-1) UNRELEASED; urgency=medium
+ * New script: sendmail-reinject (Closes: #1009617)
+ - add default-mta | mail-transport-agent, python3-notmuch to Suggests
+ - add Jameson Graef Rollins to d/copyright
+ - add an entry to the package description.
+ Thanks to Jameson Graef Rollins for the new script.
* Run wrap-and-sort -abst.
-- Sean Whitton <spwhitton@spwhitton.name> Mon, 16 May 2022 16:46:46 -0700
diff --git a/debian/control b/debian/control
index 7ddc6fc..5753610 100644
--- a/debian/control
+++ b/debian/control
@@ -67,7 +67,9 @@ Suggests:
libmime-lite-perl,
libtry-tiny-perl,
libxml-feed-perl,
+ default-mta | mail-transport-agent,
openssl,
+ python3-notmuch,
Architecture: all
Description: collection of scripts for manipulating e-mail on Debian
This package provides a collection of scripts for manipulating e-mail
@@ -94,3 +96,5 @@ Description: collection of scripts for manipulating e-mail on Debian
imap-dl -- download messages from an IMAP mailbox to a maildir
.
gmi2email -- subscribe to gemlogs and read individual Gemini pages by e-mail
+ .
+ sendmail-reinject -- reinject an e-mail message via sendmail(1)
diff --git a/debian/copyright b/debian/copyright
index 1d246a9..f4fee59 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,6 +4,7 @@ Collection of scripts for manipulating e-mail on Debian
Copyright (C)2017-2021 Sean Whitton
Copyright (C)2019-2020 Daniel Kahn Gillmor
Copyright (C)2020 Red Hat, Inc.
+Copyright (C)2022 Jameson Graef Rollins
These programs are free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as