From a5dd8ac9dedaba128f0a7f2e5e52ef965761db41 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 24 Jun 2022 14:51:37 -0700 Subject: Update register-python-argcomplete3 -> register-python-argcomplete Signed-off-by: Sean Whitton --- Makefile | 2 +- debian/changelog | 7 +++++++ mailscripts.el | 2 +- 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 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 -;; Version: 26 +;; Version: 27 ;; Package-Requires: (notmuch) ;; Copyright (C) 2018, 2019, 2020, 2022 Sean Whitton -- cgit v1.2.3