From f98f618a301ba2de43d72223f55f9a26d9e2d5ff Mon Sep 17 00:00:00 2001 From: John Rigby Date: Fri, 23 Sep 2011 10:01:11 -0600 Subject: LINARO: always build debug packages Signed-off-by: John Rigby --- debian/rules.d/0-common-vars.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules.d/0-common-vars.mk b/debian/rules.d/0-common-vars.mk index 72ab3e822fb..986b950e5e7 100644 --- a/debian/rules.d/0-common-vars.mk +++ b/debian/rules.d/0-common-vars.mk @@ -66,9 +66,9 @@ endif # The debug packages are ginormous, so you probably want to skip # building them (as a developer). # -ifeq ($(full_build),false) -skipdbg=true -endif +#ifeq ($(full_build),false) +#skipdbg=true +#endif abinum := $(shell echo $(revision) | sed -e 's/\..*//')$(abi_suffix) prev_abinum := $(shell echo $(prev_revision) | sed -e 's/\..*//')$(abi_suffix) -- cgit v1.2.3