projects
/
qt4-x11.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d2a3f
)
_add_nostrip_for_debug_packages
author
Debian Qt/KDE Maintainers
<debian-qt-kde@lists.debian.org>
Sun, 14 Jun 2015 16:38:43 +0000
(16:38 +0000)
committer
Raspbian forward porter
<root@raspbian.org>
Sun, 14 Jun 2015 16:38:43 +0000
(16:38 +0000)
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
patch
|
blob
|
history
diff --git
a/configure
b/configure
index ab182ca9ac2f36c03474be90f976618936eb808e..99bb0537c89073774bc5c39a94aee3aee56f9fd9 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-756,6
+756,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"