bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maintainer-makefile: Fix announcement mail CC's.


From: Simon Josefsson
Subject: [PATCH] maintainer-makefile: Fix announcement mail CC's.
Date: Wed, 28 Jul 2021 10:27:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hi.  I noticed some typos causing the Cc line in mail announcements to
be empy where that (most likely) wasn't the intention.

/Simon

* top/maint.mk (announcement_Cc_stable): Rename to
announcement_mail_Cc_stable.
(announcement_Cc_alpha): Rename to announcement_mail_Cc_alpha.
(announcement_mail_headers_stable)
(announcement_mail_headers_alpha): Use announcement_mail_Cc_
instead of announcement_Cc_.
---
 ChangeLog    | 10 ++++++++++
 top/maint.mk |  8 ++++----
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5a99bf47c..931036755 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2021-07-28  Simon Josefsson  <simon@josefsson.org>
+
+       maintainer-makefile: Fix announcement mail CC's.
+       * top/maint.mk (announcement_Cc_stable): Rename to
+       announcement_mail_Cc_stable.
+       (announcement_Cc_alpha): Rename to announcement_mail_Cc_alpha.
+       (announcement_mail_headers_stable)
+       (announcement_mail_headers_alpha): Use announcement_mail_Cc_
+       instead of announcement_Cc_.
+
 2021-07-25  Bruno Haible  <bruno@clisp.org>
 
        Assume GNU gettext >= 0.17.
diff --git a/top/maint.mk b/top/maint.mk
index ae3a8170a..533591ff9 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -1395,16 +1395,16 @@ gpg_key_ID ?=                                           
                \
 translation_project_ ?= coordinator@translationproject.org
 
 # Make info-gnu the default only for a stable release.
-announcement_Cc_stable = $(translation_project_), $(PACKAGE_BUGREPORT)
+announcement_mail_Cc_stable = $(translation_project_), $(PACKAGE_BUGREPORT)
 announcement_mail_headers_stable =             \
   To: info-gnu@gnu.org                         \
-  Cc: $(announcement_Cc_)                      \
+  Cc: $(announcement_mail_Cc_)                 \
   Mail-Followup-To: $(PACKAGE_BUGREPORT)
 
-announcement_Cc_alpha = $(translation_project_)
+announcement_mail_Cc_alpha = $(translation_project_)
 announcement_mail_headers_alpha =              \
   To: $(PACKAGE_BUGREPORT)                     \
-  Cc: $(announcement_Cc_)
+  Cc: $(announcement_mail_Cc_)
 
 announcement_mail_Cc_beta = $(announcement_mail_Cc_alpha)
 announcement_mail_headers_beta = $(announcement_mail_headers_alpha)
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]