From 4ac4074c40d517220900e77311b42bac4f99139c Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 11 Sep 2022 16:27:45 +0200 Subject: [PATCH] d/copyright: fix match for simclist W: pcsc-lite source: superfluous-file-pattern src/simclist.[ch] [debian/copyright:39] N: N: The wildcard that was specified matches no file in the source tree. This N: either indicates that you should fix the wildcard so that it matches the N: intended file or that you can remove the wildcard. Notice that in contrast N: to shell globs, the "*" (star or asterisk) matches slashes and leading N: dots. N: N: Please refer to N: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for N: details. N: N: Visibility: warning N: Show-Always: no N: Check: debian/copyright/dep5 --- debian/changelog | 1 + debian/copyright | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bc7e196..07efcf3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ pcsc-lite (1.9.9-1) UNRELEASED; urgency=medium * d/pcscd.init: use "grep -E" instead of deprecated "egrep" Closes: #1019322 * d/control: Standards-Version: 4.6.0 -> 4.6.1. No change needed. + * d/copyright: fix match for simclist -- Ludovic Rousseau Sun, 11 Sep 2022 16:21:38 +0200 diff --git a/debian/copyright b/debian/copyright index 6ad67f8..b1f1d98 100644 --- a/debian/copyright +++ b/debian/copyright @@ -36,7 +36,7 @@ License: BSD-3-clause (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Files: src/simclist.[ch] +Files: src/simclist.? Copyright: Copyright (c) 2007,2008 Mij License: ISC Permission to use, copy, modify, and distribute this software for any