aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-09-23 10:01:11 -0600
committerLinaro CI <john.rigby@linaro.org>2012-02-07 22:52:45 +0000
commit4dd49a083aa79c9a1aaec4647cc266be43e1c71a (patch)
tree257a5e3c62fc5bbd3ffc12881cc813ca33cf67ee /debian
parentac04edf025452dbb1e52d4cbe1ddfd7d6a2b021c (diff)
LINARO: always build debug packages
Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/rules.d/0-common-vars.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules.d/0-common-vars.mk b/debian/rules.d/0-common-vars.mk
index 57fdf25b249..6240378537f 100644
--- a/debian/rules.d/0-common-vars.mk
+++ b/debian/rules.d/0-common-vars.mk
@@ -69,9 +69,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)