summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-06-24 14:51:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-06-24 14:52:21 -0700
commita5dd8ac9dedaba128f0a7f2e5e52ef965761db41 (patch)
tree922773baec7d7b14845488c2a242bd1c1138ef79
parent5f082ce19aa1dca08efd8361f9c73849b9f4decf (diff)
downloadmailscripts-debian/27-1.tar.gz
Update register-python-argcomplete3 -> register-python-argcompletedebian/27-1archive/debian/27-127
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--Makefile2
-rw-r--r--debian/changelog7
-rw-r--r--mailscripts.el2
3 files changed, 9 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6f52483..2450249 100644
--- a/Makefile
+++ b/Makefile
@@ -27,5 +27,5 @@ clean:
completions/bash/%:
mkdir -p completions/bash
- register-python-argcomplete3 $(notdir $@) >$@.tmp
+ register-python-argcomplete $(notdir $@) >$@.tmp
mv $@.tmp $@
diff --git a/debian/changelog b/debian/changelog
index 759a89b..db0d256 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+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/mailscripts.el b/mailscripts.el
index 15ed7ac..d2da7a4 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -1,7 +1,7 @@
;;; mailscripts.el --- functions to access tools in the mailscripts package -*- lexical-binding: t; -*-
;; Author: Sean Whitton <spwhitton@spwhitton.name>
-;; Version: 26
+;; Version: 27
;; Package-Requires: (notmuch)
;; Copyright (C) 2018, 2019, 2020, 2022 Sean Whitton