From 3d420e05f320200bd186b90b594b2ccb392082ce Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 19 Jun 2013 10:16:49 -0700 Subject: [PATCH] Create debug packages by default Always create debuginfo packages to align with the build system and how it is configured. Packages that might build fine in gbs right now will fail in OBS because of the different build options and not being able to generate debug packages with gbs. Signed-off-by: Anas Nashif --- depanneur | 1 + 1 file changed, 1 insertion(+) diff --git a/depanneur b/depanneur index 92cbd69..55c4ce4 100755 --- a/depanneur +++ b/depanneur @@ -1301,6 +1301,7 @@ sub build_package { $redirect = "> /dev/null 2>&1"; } + push @args, "--debug"; push @args, "--root $scratch"; if ($noinit == 1 && -e "$scratch/not-ready") { error("build root is not ready , --noinit is not allowed"); -- 2.34.1