Drop debian/patches/gitlog-to-changelog-workaround, should no longer

be needed.
This commit is contained in:
Vagrant Cascadian 2019-08-14 10:58:17 -07:00 committed by Jan Nieuwenhuizen
parent 82ba64de27
commit 9bbc3b3415
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
2 changed files with 0 additions and 14 deletions

View File

@ -1,13 +0,0 @@
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\

View File

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