From 88b1550dfbeb50026b9ed629bb5d8358e1cd9d3a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 24 May 2023 10:37:07 +0200 Subject: [PATCH] buildsys: remove edk2 source tree when assembling build-dir we ship it via pve-edk2-firmware anyway and it only results in bigger source tar balls and lintian yelling at us due to edk2 not being the simplest repo to ensure DFSG compat. Signed-off-by: Thomas Lamprecht --- Makefile | 1 + debian/source/lintian-overrides | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 366bfe7..6c62c78 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ $(BUILDDIR): keycodemapdb | submodule cp -a $(SRCDIR) $@.tmp cp -a debian $@.tmp/debian rm -rf $@.tmp/ui/keycodemapdb + rm -rf $@.tmp/roms/edk2 # packaged separately cp -a keycodemapdb $@.tmp/ui/ find $@.tmp/pc-bios -type f | grep $(BLOB_PURGE_FILTER) | xargs rm -f sed -i $(BLOB_PURGE_SED_CMDS) $@.tmp/pc-bios/meson.build diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index 0a21160..79c962e 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,5 +1 @@ source-is-missing [roms/SLOF/*.oco] -source-is-missing [roms/edk2/*.a] -source: source-is-missing [roms/edk2/*.htm] -source: source-is-missing [roms/edk2/*.html] -source: source-is-missing [roms/edk2/*.js]