summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog21
-rw-r--r--debian/control9
-rw-r--r--debian/copyright2
-rw-r--r--debian/mailscripts.install1
-rw-r--r--debian/mailscripts.manpages1
5 files changed, 33 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d7997a1..2be5baa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+mailscripts (0.23-1) unstable; urgency=medium
+
+ * New script: gmi2email
+ - add libdbd-sqlite3-perl, libio-socket-ssl-perl, libmime-lite-perl,
+ libemail-date-format-perl, libtry-tiny-perl, libmailtools-perl and
+ libxml-feed-perl to Suggests.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 28 Jan 2021 16:34:40 -0700
+
+mailscripts (0.22-1) unstable; urgency=medium
+
+ * mailscripts.el:
+ - drop hard dependency on Projectile
+ - add new defcustom, mailscripts-project-library
+ - replace *-projectile commands with new *-to-project commands, which
+ support both Projectile and project.el for choosing from known
+ projects
+ - Use 'cl-case' not 'case' and require cl-lib.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 19 Jan 2021 16:14:45 -0700
+
mailscripts (0.21-1~bpo10+1) buster-backports; urgency=medium
* Rebuild for buster-backports.
diff --git a/debian/control b/debian/control
index 4dc17f7..1689e5c 100644
--- a/debian/control
+++ b/debian/control
@@ -60,6 +60,13 @@ Suggests:
gpg-agent,
gpgsm,
openssl,
+ libdbd-sqlite3-perl,
+ libio-socket-ssl-perl,
+ libmime-lite-perl,
+ libemail-date-format-perl,
+ libtry-tiny-perl,
+ libmailtools-perl,
+ libxml-feed-perl,
Architecture: all
Description: collection of scripts for manipulating e-mail on Debian
This package provides a collection of scripts for manipulating e-mail
@@ -84,3 +91,5 @@ Description: collection of scripts for manipulating e-mail on Debian
email-extract-openpgp-certs -- extract OpenPGP certificates from a message
.
imap-dl -- download messages from an IMAP mailbox to a maildir
+ .
+ gmi2email -- subscribe to gemlogs and read individual Gemini pages by e-mail
diff --git a/debian/copyright b/debian/copyright
index db97f3d..1d246a9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
mailscripts
Collection of scripts for manipulating e-mail on Debian
-Copyright (C)2017-2020 Sean Whitton
+Copyright (C)2017-2021 Sean Whitton
Copyright (C)2019-2020 Daniel Kahn Gillmor
Copyright (C)2020 Red Hat, Inc.
diff --git a/debian/mailscripts.install b/debian/mailscripts.install
index df220b3..53665b3 100644
--- a/debian/mailscripts.install
+++ b/debian/mailscripts.install
@@ -8,3 +8,4 @@ mbox-extract-patch /usr/bin
notmuch-extract-patch /usr/bin
notmuch-import-patch /usr/bin
notmuch-slurp-debbug /usr/bin
+gmi2email /usr/bin
diff --git a/debian/mailscripts.manpages b/debian/mailscripts.manpages
index 345053a..d704a87 100644
--- a/debian/mailscripts.manpages
+++ b/debian/mailscripts.manpages
@@ -8,3 +8,4 @@ mbox-extract-patch.1
notmuch-extract-patch.1
notmuch-import-patch.1
notmuch-slurp-debbug.1
+gmi2email.1