From 93af9a355015e33cb7e90c0bacac696702419a14 Mon Sep 17 00:00:00 2001 From: Otto Liljalaakso Date: Aug 31 2022 05:42:19 +0000 Subject: Change example name in packaging tutorial The fictitious name used in the changelog example: Sat Oct 23 2021 The Coon of Ty Ty@coon.org - 2.10-1 is offensive at least in an American English context, as 'coon' is an old racist term (see: https://www.merriam-webster.com/dictionary/coon). Changed to neutral "Patricia Packager". Fixes #86 --- diff --git a/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc b/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc index 52a4750..b5f98cc 100644 --- a/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc +++ b/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc @@ -86,7 +86,7 @@ you run it. %files %changelog -* Sat Oct 23 2021 The Coon of Ty - 2.10-1 +* Sat Oct 23 2021 Patricia Packager - 2.10-1 - Initial version of the package ---- @@ -419,7 +419,7 @@ make check %license COPYING %changelog -* Sat Oct 23 2021 The Coon of Ty 2.10-1 +* Sat Oct 23 2021 Patricia Packager - 2.10-1 - Initial version of the package ----