X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Make.rules;h=09ad1c1c3a120922b20131e288cb39fbef05138d;hb=f8dbbaa3271b961437281ab2add18a9056273dda;hp=a1de301a38f3ae95d3bdaff404b944634220450c;hpb=3322ff6164a1e9dd3d1622c64a9b9b7c5f303ef6;p=debian%2Ftar diff --git a/Make.rules b/Make.rules index a1de301a..09ad1c1c 100644 --- a/Make.rules +++ b/Make.rules @@ -50,7 +50,7 @@ ChangeLog: if test -n "$(gen_start_date)"; then \ cmd="$$cmd --since=\"$(gen_start_date)\""; \ fi; \ - $$cmd | \ + $$cmd --format='%s%n%n%b%n' | \ sed '/$$/d' | fmt -s > $(changelog_dir)/cl-t; \ if test -n "$(prev_change_log)" && test -f "$(prev_change_log)"; \ then \