From cc5d59382f84ea45d3a1e85647924d96864b05ae Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <mail@bernhard-voelker.de>
Date: Fri, 30 Oct 2020 11:53:05 +0100
Subject: [PATCH] maint: fix bug URL in ChangeLog entry

* build-aux/git-log-fix (v4.7.0-15-g6e55ad98): Tweak ChangeLog entry
for this commit during 'make dist' to reference the bug system on
Savannah instead of that on debbugs.gnu.org.

Reported by Axel Beckert in
    https://sv.gnu.org/bugs/?57291
---
 build-aux/git-log-fix | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build-aux/git-log-fix b/build-aux/git-log-fix
index 6bb29660..a09f297f 100644
--- a/build-aux/git-log-fix
+++ b/build-aux/git-log-fix
@@ -2,6 +2,11 @@
 # option.  It specifies what changes to make to each given SHA1's commit
 # log and metadata, using Perl-eval'able expressions.
 
+# Fix bug reference URL:
+# https://debbugs.gnu.org/?57291 -> https://sv.gnu.org/bugs/?57291
+6e55ad98b1d8c66b524fb415f08cd2a599c7e654
+s,bugs.gnu.org,sv.gnu.org/bugs,
+
 # Suppress a merge log message.
 3e94355b192ffd647ec22031c61c5df61b27f334
 s,Merge branch 'master'.*,IGNORE_THIS,
-- 
2.29.0

