This additional patch should fix the other lintian copyright warning.
Best wishes -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Jonathan Dowland ⢿⡄⠘⠷⠚⠋⠀ https://jmtd.net ⠈⠳⣄⠀⠀⠀⠀
>From 2abb11fb29fda50145fee3c3e1ca35a19da28da7 Mon Sep 17 00:00:00 2001 From: Jonathan Dowland <[email protected]> Date: Thu, 6 Sep 2018 10:15:23 +0100 Subject: [PATCH 2/2] Add copyright field for doc/admin/* Based on info from doc/admin/000.mdwn. This should fix missing-field-in-dep5-copyright lintian warning. --- debian/copyright | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/copyright b/debian/copyright index 9d39827..341d786 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,6 +11,9 @@ Copyright: Copyright 2015 Daniel Silverstone <[email protected]> License: BSD-3-clause Files: doc/admin/* +Copyright: 2016-2017 Daniel Silverstone <[email protected]>, + Lars Wirzenius <[email protected]>, + Richard Maw <[email protected]> License: CC-BY-SA-4.0 Files: doc/admin/*.jpg -- 2.11.0

