[SCM] qtwebengine packaging branch, master, updated. debian/5.7.1+dfsg-4-12-g5b0aeb0

Sandro Knauß hefee at moszumanska.debian.org
Wed Jan 18 12:12:01 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebengine.git;a=commitdiff;h=2b2fec5

The following commit has been merged in the master branch:
commit 2b2fec5a0289c607135fd7f74b51e9a2039b9b2f
Author: Sandro Knauß <hefee at debian.org>
Date:   Wed Jan 18 13:01:10 2017 +0100

    Add patch to don't compile with debug symbols
---
 .../disable_debug_symbols_on_chromium.patch        | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/debian/patches/disable_debug_symbols_on_chromium.patch b/debian/patches/disable_debug_symbols_on_chromium.patch
new file mode 100644
index 0000000..428ce92
--- /dev/null
+++ b/debian/patches/disable_debug_symbols_on_chromium.patch
@@ -0,0 +1,33 @@
+Description: Do not build chromium with debug symbols
+  This patch don't work, so it is disabled.
+Author: Sandro Knauß <bugs at ssandroknauss.de>
+Origin: debian
+Last-Update: 2017-01-18
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/3rdparty/chromium/build/common.gypi
++++ b/src/3rdparty/chromium/build/common.gypi
+@@ -3749,7 +3749,6 @@
+             ],
+             'cflags': [
+               '-O>(debug_optimize)',
+-              '-g',
+             ],
+             'conditions' : [
+               ['OS=="android" and target_arch!="mipsel" and target_arch!="mips64el"', {
+@@ -4126,7 +4125,6 @@
+                       '-mcpu=cortex-a9',
+                       '-funwind-tables',
+                       # Breakpad requires symbols with debugging information
+-                      '-g',
+                     ],
+                     'ldflags': [
+                       # We want to statically link libstdc++/libgcc.
+@@ -4861,7 +4859,6 @@
+             'cflags': [
+               '-ffunction-sections',
+               '-funwind-tables',
+-              '-g',
+               '-fstack-protector',
+               '-fno-short-enums',
+               '-finline-limit=64',

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list