build-sys: Fix autogenerated URL in ChangeLog

Fixes: b3a3b7eb1a
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
This commit is contained in:
Chris Hofstaedtler 2020-05-21 15:42:30 +00:00 committed by Karel Zak
parent 8db74aacae
commit 595e901b5c
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ $(PATHFILES): Makefile
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
# Set ChangeLog tag reference.
sed -i "s/log/log;h=$(VERSION)/" $(distdir)/ChangeLog
sed -i "s!log!log?h=v$(VERSION)!" $(distdir)/ChangeLog
distclean-local:
-find . -name \*~ -o -name \*.orig -o -name \*.rej | xargs rm -f