[elbe-devel] [PATCH] debian: don't mention .gitignore in debian/copyright
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Fri May 3 13:26:06 CEST 2024
The copyright file documents the files that are distributed or used
during packaging. .gitignore itself is not part of that process.
Fixes the following warning:
W: elbe source: superfluous-file-pattern .gitignore [debian/copyright:59]
---
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
debian/copyright | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/copyright b/debian/copyright
index 9d8b7124be46..611aa66e2b45 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -62,7 +62,7 @@ Copyright: Aníbal Limón <anibal.limon at linux.intel.com>
Wenlin Kang <wenlin.kang at windriver.com>
License: Expat
-Files: .gitignore AUTHORS THANKS examples/*
+Files: AUTHORS THANKS examples/*
docs/asciidoc.conf docs/conf.py
Copyright: Linutronix GmbH
License: 0BSD
---
base-commit: 334ef3f70c18166a810bf3b28e482dbb2458efe0
change-id: 20240503-packaging3-9b1d8eafc466
Best regards,
--
Thomas Weißschuh <thomas.weissschuh at linutronix.de>
More information about the elbe-devel
mailing list