From 1e843b636c0174677314d2f180427fe68e24d671 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Feb 2017 20:33:47 +0000 Subject: lib-import-chk: New import_chk_changelog_massage hook Nothing sets this yet, so no functional change. Signed-off-by: Ian Jackson --- tests/lib-import-chk | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib-import-chk b/tests/lib-import-chk index a456b01..88984c1 100644 --- a/tests/lib-import-chk +++ b/tests/lib-import-chk @@ -3,6 +3,7 @@ t-import-chk-authorship () { perl -ne 'print $1,"\n" if m/^ -- (\S.*\>) /' debian/changelog \ | sort -u \ > $tmp/authorship.changelog + ${import_chk_changelog_massage:-:} $tmp/authorship.changelog git log --pretty=format:'%an <%ae>%n%cn <%ce>' \ | sort -u \ > $tmp/authorship.commits -- cgit v1.2.3