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:
0cd854a
)
_add_nostrip_for_debug_packages
author
Debian Qt/KDE Maintainers
<debian-qt-kde@lists.debian.org>
Tue, 15 Nov 2016 19:34:19 +0000
(19:34 +0000)
committer
Raspbian forward porter
<root@raspbian.org>
Tue, 15 Nov 2016 19:34:19 +0000
(19:34 +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 2b3127da698d853849f1a09523af422f53de4c6e..148eb4fbaddc54a8600bfca55c712181e1a1bbe5 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"