From 0fbba2cef24421552d21112e845cf9603a32a816 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 2 Jul 2014 09:39:59 -0300 Subject: [PATCH] legal-info: depend on patch rather than extract Switch legal-info generation dependency to patch rather than extract so we can use debian/copyright from debian-maintained packages, because the *orig* file alone doesn't contain the appropiate file. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/pkg-generic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index bc8a12e4d7..2bd4466035 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -629,7 +629,7 @@ $(2)_MANIFEST_LICENSE_FILES ?= not saved # for overriden, local or normal remote packages alike, whether # we want to redistribute it or not. ifneq ($$($(2)_LICENSE_FILES),) -$(1)-legal-info: $(1)-extract +$(1)-legal-info: $(1)-patch endif # We only save the sources of packages we want to redistribute, that are -- 2.30.2