Description: Fix wrong detection of git presence and inappropriate ChangeLog regeneration
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Bug: https://bugs.debian.org/1025740
Forwarded: https://bugzilla.sudo.ws/show_bug.cgi?id=1043
--- a/Makefile.in
+++ b/Makefile.in
@@ -235,17 +235,7 @@ depend: siglist.c signame.c
 	    --file $(top_builddir)/src/Makefile
 
 ChangeLog:
-	if test -d $(srcdir)/.hg; then \
-	    if hg log -R $(srcdir) --template=changelog -r "sort(branch(.) or follow(), -date)" > $@.tmp; then \
-		mv -f $@.tmp $(srcdir)/$@; \
-	    else \
-		rm -f $@.tmp; \
-	    fi; \
-	elif test -d $(srcdir)/.git; then \
-	    $(scriptdir)/log2cl.pl -R $(srcdir)/.git > $(srcdir)/$@; \
-	elif test ! -f $(srcdir)/$@; then \
-	    echo "ChangeLog data not available" > $(srcdir)/$@; \
-	fi
+	true
 
 config.status:
 	@if [ ! -s config.status ]; then \
