mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: Drop ChangeLog generation
This drops ChangeLog generation from git. It does not make sense to distribute 500 kB of ChangeLog given how easy it is these days to browse history with git. We might replace this with a release-annoucement-esque high-level summary of changes.
This commit is contained in:
parent
9b0dff3a58
commit
93836989e6
1 changed files with 0 additions and 5 deletions
|
|
@ -83,11 +83,6 @@ fedora-snapshot: dist
|
|||
cp $(distdir).tar.gz $$HOME/git.fedora/pulseaudio/$(distdir).tar.gz
|
||||
|
||||
dist-hook:
|
||||
if test -d .git ; then \
|
||||
test -z $$USE_GIT || git pull ; \
|
||||
test -f ${distdir}/ChangeLog && chmod u+w ${distdir}/ChangeLog ; \
|
||||
( git-changelog.perl || echo "git-changelog.perl failed." ) > ${distdir}/ChangeLog 2>&1 ; \
|
||||
fi
|
||||
echo $(VERSION) > $(distdir)/.tarball-version
|
||||
echo $(VERSION) > $(distdir)/.version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue