summaryrefslogtreecommitdiff
path: root/tests/lib-import-chk
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-02-05 20:33:47 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-02-05 20:47:19 +0000
commit1e843b636c0174677314d2f180427fe68e24d671 (patch)
tree6ad59386a30b564a6a2079c666a1524936a362c6 /tests/lib-import-chk
parentfdb7b2dc0fd5c24d760710fb3247546a83e1628c (diff)
lib-import-chk: New import_chk_changelog_massage hook
Nothing sets this yet, so no functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/lib-import-chk')
-rw-r--r--tests/lib-import-chk1
1 files changed, 1 insertions, 0 deletions
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