mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2026-05-08 10:08:06 +02:00
generate changelog from git history
This commit is contained in:
parent
1a75fb1ddd
commit
59135fd54e
1 changed files with 3 additions and 3 deletions
|
|
@ -39,8 +39,8 @@ fedora-snapshot: dist
|
|||
.PHONY: homepage
|
||||
|
||||
dist-hook:
|
||||
if test -d .svn ; then \
|
||||
svn update ; \
|
||||
if test -d .git ; then \
|
||||
git pull ; \
|
||||
chmod u+w ${distdir}/ChangeLog || true ; \
|
||||
svn2cl -o ${distdir}/ChangeLog ; \
|
||||
git-changelog.perl > ${distdir}/ChangeLog ; \
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue