summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog41
-rw-r--r--debian/control15
-rw-r--r--debian/copyright2
-rw-r--r--debian/elpa-mailscripts.docs1
-rw-r--r--debian/mailscripts.docs1
5 files changed, 55 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 759a89b..31a35fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,44 @@
+mailscripts (29-1) unstable; urgency=medium
+
+ * Clean up types for mypy 1.9.0 (Closes: #1067796).
+ Thanks to Daniel Kahn Gillmor for the patch.
+ - New build-dep on python3-gssapi.
+ - Update copyright years for dkg.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 06 Apr 2024 16:23:46 +0800
+
+mailscripts (28-1) unstable; urgency=medium
+
+ * mailscripts.el:
+ - new commands: mailscripts-git-format-patch-{attach,drafts,append}
+ - new DWIM wrapper command: mailscripts-prepare-patch
+
+ - notmuch-extract-{thread,message}-patches: add Gnus support
+ notmuch-extract-message-patches{,-to-project} are now aliases for
+ mailscripts-extract-message-patches{,-to-project}.
+ - if mailscripts-extract-message-patches identifies no attachments,
+ it now offers to pipe the whole message to 'git am'
+
+ - don't offer to detach a HEAD that's already detached
+ - rewrite short description and add a brief commentary
+ - load the notmuch library only when code that requires it is called
+ - move the mailscripts customisation group into the mail group
+ - add declarations to fix byte compilation warnings
+ - fix usage of cl-case in an internal function.
+ * debian/control: update Description: for elpa-mailscripts.
+ Use the new short description and commentary from mailscripts.el.
+ * Add & install a README, to both binary packages.
+ * Tighten build-dep on python3-pgpy to require >= 0.5.4-4.1.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 24 Dec 2022 12:09:07 -0700
+
+mailscripts (27-1) unstable; urgency=medium
+
+ * Update Makefile register-python-argcomplete3 -> register-python-argcomplete
+ (Closes: #1013622).
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Fri, 24 Jun 2022 14:51:22 -0700
+
mailscripts (26-1) unstable; urgency=medium
* New script: sendmail-reinject (Closes: #1009617)
diff --git a/debian/control b/debian/control
index 5753610..31187e3 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ Build-Depends:
perl,
python3 <!nocheck>,
python3-argcomplete,
- python3-pgpy <!nocheck>,
+ python3-gssapi <!nocheck>,
+ python3-pgpy (>= 0.5.4-4.1) <!nocheck>,
Vcs-Git: https://git.spwhitton.name/mailscripts
Vcs-Browser: https://git.spwhitton.name/mailscripts
Homepage: https://git.spwhitton.name/mailscripts
@@ -33,9 +34,15 @@ Recommends:
Enhances:
emacs,
emacs25,
-Description: Emacs functions for accessing tools in the mailscripts package
- This package adds to Emacs functions to access tools in the
- mailscripts package from Emacs.
+Description: Emacs utilities for handling mail on Unixes
+ The original purpose of this package was to make it easy to use the small
+ mail-handling utilities shipped in the 'mailscripts' package from within
+ Emacs. It now also contains some additional, thematically-related utilities
+ which don't invoke any of those scripts.
+ .
+ Entry points you might like to look at if you're new to this package:
+ mailscripts-prepare-patch, notmuch-slurp-debbug,
+ notmuch-extract-{thread,message}-patches{,-to-project}.
Package: mailscripts
Depends:
diff --git a/debian/copyright b/debian/copyright
index f4fee59..ac4c52e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ mailscripts
Collection of scripts for manipulating e-mail on Debian
Copyright (C)2017-2021 Sean Whitton
-Copyright (C)2019-2020 Daniel Kahn Gillmor
+Copyright (C)2019-2024 Daniel Kahn Gillmor
Copyright (C)2020 Red Hat, Inc.
Copyright (C)2022 Jameson Graef Rollins
diff --git a/debian/elpa-mailscripts.docs b/debian/elpa-mailscripts.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/elpa-mailscripts.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/mailscripts.docs b/debian/mailscripts.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/mailscripts.docs
@@ -0,0 +1 @@
+README