chiark / gitweb /
lib-import-chk: New import_chk_changelog_massage hook
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Feb 2017 20:33:47 +0000 (20:33 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Feb 2017 20:47:19 +0000 (20:47 +0000)
Nothing sets this yet, so no functional change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/lib-import-chk

index a456b014bdf4da831cb206c952e4e53200049d62..88984c1b625ebf61425aecfb882f939f1eab2fe0 100644 (file)
@@ -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