]> git.proxmox.com Git - pve-edk2-firmware.git/commitdiff
buildsys: avoid pre-build library archives in source tar ball
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 May 2023 09:58:16 +0000 (11:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 May 2023 09:58:52 +0000 (11:58 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/source/lintian-overrides

index 918cca877c99e7bd01b99a6d1fab4da9822179a3..41a344f30bcc6db8a177a301d16523e6f9f06336 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ all: $(DEB)
 $(BUILDDIR): $(SRCDIR)/Readme.md
        rm -rf $@ $@.tmp
        cp -rpa $(SRCDIR) $@.tmp
+       rm -rf $@.tmp/ArmPkg/Library/GccLto/*.a
        cp -a debian $@.tmp
        echo "git clone git://git.proxmox.com/git/pve-edk2-firmware.git\\ngit checkout $(GITVERSION)" > $@.tmp/debian/SOURCE
        mv $@.tmp $@
index f335dda205277e60b10f28fbcbadecbc87904e28..a851d0fbc760e661f6dadd011edd139cd4934f18 100644 (file)
@@ -1,5 +1,4 @@
 pve-edk2-firmware source: superfluous-file-pattern * [debian/copyright:*]
-pve-edk2-firmware source: source-is-missing [ArmPkg/Library/GccLto/liblto-a*.a]
 pve-edk2-firmware source: source-is-missing [*/brotli/js/*.js]
 pve-edk2-firmware source: source-is-missing [CryptoPkg/Library/OpensslLib/openssl/krb5/*/*.html]
 pve-edk2-firmware source: source-is-missing [CryptoPkg/Library/OpensslLib/openssl/krb5/*/*.htm]