Patch install.sh to not generate changelog from git.

This commit is contained in:
Vagrant Cascadian 2019-06-10 15:26:06 -07:00 committed by Jan Nieuwenhuizen
parent 91bcda846d
commit 7613e0d8dc
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
Index: mes/build-aux/install.sh.in
===================================================================
--- mes.orig/build-aux/install.sh.in
+++ mes/build-aux/install.sh.in
@@ -57,7 +57,7 @@ if test -n "${PERL}"\
&& test -n "${GIT}"\
&& ${PERL} -v > /dev/null\
&& ${GIT} status > /dev/null; then
- ${PERL} ${srcdest}build-aux/gitlog-to-changelog --srcdir=. > ChangeLog+
+ touch ChangeLog+
fi
cp\

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
gitlog-to-changelog-workaround