From 7494f47fc86bf9d1a099b455c3536083a036b7c8 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Tue, 5 Feb 2013 21:52:29 +0000 Subject: [PATCH] _add_nostrip_for_debug_packages Qt is built in release mode and strip files by default. Set CONFIG+=nostrip to avoid the stripping and let dh_strip do it to generate debug packages. Gbp-Pq: Name 12_add_nostrip_for_debug_packages.diff --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 32c2ccd13..6da319a08 100755 --- a/configure +++ b/configure @@ -734,6 +734,8 @@ mkdir -p "$outpath/config.tests" rm -f "$outpath/config.tests/.qmake.cache" cp "$QMAKE_VARS_FILE" "$outpath/config.tests/.qmake.cache" +QMakeVar add CONFIG nostrip + QMakeVar add styles "cde mac motif plastique cleanlooks windows" QMakeVar add decorations "default windows styled" QMakeVar add mouse-drivers "pc" -- 2.30.2