]> git.draconx.ca Git - gob-dx.git/commit
Generate ChangeLog from git at packaging time.
authorNick Bowler <nbowler@draconx.ca>
Tue, 4 Feb 2020 05:12:51 +0000 (00:12 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 4 Feb 2020 05:49:32 +0000 (00:49 -0500)
commite103ddd3414aff249707e19e726082a2afb05037
treebdaa444343ecf1b783551c86f1d0329dadfc3ffe
parent00ae41703c606f0ea98febed8f67435f875f7e6f
Generate ChangeLog from git at packaging time.

Import the gitlog-to-changelog script from gnulib and add rules to
generate an up-to-date changelog from the git history, if available,
when running 'make dist'.

The ChangeLog is otherwise taken from srcdir as usual, so that
modified versions can be prepared from a release tarball without
requiring the full git history.  In this scenario, the ChangeLog
would have to be manually edited.

In case the ChangeLog generation fails, a distcheck-hook is added to
hopefully catch issues before releasing tarballs with a broken
ChangeLog.
COPYING.GPL3 [new file with mode: 0644]
ChangeLog
Makefile.am
build-aux/gitlog-to-changelog [new file with mode: 0755]
configure.ac