[SCM] qtwebengine packaging branch, master, updated. debian/5.7.1+dfsg-1-7-ge7b2f1c

Sandro Knauß hefee at moszumanska.debian.org
Tue Jan 3 00:13:41 UTC 2017


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

The following commit has been merged in the master branch:
commit 37b8db1d1bc151e39076481937afd450523b728b
Author: Sandro Knauß <hefee at debian.org>
Date:   Tue Jan 3 01:11:35 2017 +0100

    do not build any debug symbols, because they use too much RAM on porterboxes
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b1c51fa..54614fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtwebengine-opensource-src (5.7.1+dfsg-2) UNRELEASED; urgency=medium
   * Fix "bad VCS links in debian/control" (Closes: #849301)
   * Fix "References to QtWebEngineWidgets is missing in dev package" (Closes: #849993)
   * Add patch to get mips support.
+  * do not build any debug symbols, because they use too much RAM on
+    porterboxes
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 25 Dec 2016 15:06:04 +0100
 
diff --git a/debian/rules b/debian/rules
index 2b159c5..a0325a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,8 @@ VERSION_CLEAN_UPSTREAM = $(call dpkg_late_eval,VERSION_CLEAN_UPSTREAM,echo '$(DE
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-gstab_architectures := i386 powerpc s390x
-fulldebug_architectures := amd64
+gstab_architectures :=
+fulldebug_architectures :=
 disabled_jit_architectures := armel mips mipsel
 disabled_pch_architectures := amd64 powerpc s390x
 

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list