Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 70197883515b7d7c9044f574ed312128a3100913
Author: Petr Písař <[email protected]>
AuthorDate: Tue Apr 30 15:44:51 2024 +0200
Commit: Caolán McNamara <[email protected]>
CommitDate: Tue Dec 9 20:50:40 2025 +0100
Replace offensive words in generated ChangeLog
Change-Id: I17f97f52ddbf2a68d55f9fff154d8ecb75fa3c07
Signed-off-by: Petr Písař <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/c/cppunit/+/195327
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Caolán McNamara <[email protected]>
diff --git a/Makefile.am b/Makefile.am
index 90c6a1c..da260c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,7 +56,7 @@ EXTRA_DIST = \
dist-hook:
- git log --date=short --pretty="format:@%cd %an <%ae>
[%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)| |" -e "s|^@||"
>$(distdir)/ChangeLog
+ git log --date=short --pretty="format:@%cd %an <%ae>
[%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)| |" -e "s|^@||" -e
"s/bitching/complaining/g" >$(distdir)/ChangeLog
perl -pi -e 's/
/
/g' `find $(distdir) -name '*.ds?'` \
$(distdir)/contrib/msvc/* \
$(distdir)/INSTALL-WIN32.txt