On Thu, 2014-04-24 at 14:42 +0900, Simon Horman wrote: > Thanks, an interesting initiative.
One of the parts of that: http://lintian.debian.org/tags/source-is-missing.html > Could you add something like that to the changelog and add > a signed-off-by line? Attached a new patch, hope thats OK. -- bye, pabs http://bonedaddy.net/pabs3/
From c3437b10008dba491843aa46aa54b860b5e69785 Mon Sep 17 00:00:00 2001 From: Paul Wise <[email protected]> Date: Thu, 24 Apr 2014 12:20:56 +0800 Subject: [PATCH] Do not distribute generated files in the release tarball Generated files should always be built from source and never be present in VCS repositories and only autotools generated files should be in tarballs. This ensures that they get built as often as possible and bugs with that process are discovered early. Signed-off-by: Paul Wise <[email protected]> --- kexec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kexec/Makefile b/kexec/Makefile index 7d3175b..a758b4a 100644 --- a/kexec/Makefile +++ b/kexec/Makefile @@ -29,7 +29,7 @@ KEXEC_SRCS_base += kexec/kexec-xen.c KEXEC_GENERATED_SRCS += $(PURGATORY_HEX_C) -dist += kexec/Makefile $(KEXEC_GENERATED_SRCS) \ +dist += kexec/Makefile \ $(KEXEC_SRCS_base) kexec/crashdump-elf.c \ kexec/crashdump.h kexec/firmware_memmap.h \ kexec/kexec-elf-boot.h \ -- 1.9.2
signature.asc
Description: This is a digitally signed message part
_______________________________________________ kexec mailing list [email protected] http://lists.infradead.org/mailman/listinfo/kexec
