[SCM] plasma-desktop packaging branch, master, updated. debian/5.7.4-1-12-g823f957

Pino Toscano pino at moszumanska.debian.org
Thu Sep 15 20:56:12 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/plasma-desktop.git;a=commitdiff;h=823f957

The following commit has been merged in the master branch:
commit 823f957286d9c4c055a1329cf04b4fd47cf2c1d4
Author: Pino Toscano <pino at debian.org>
Date:   Thu Sep 15 22:53:26 2016 +0200

    use -gstabs instead of -g also on armel and armhf
    
    work around virtual memory exhaustion
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d04f78c..04c9020 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ plasma-desktop (4:5.7.4-2~) UNRELEASED; urgency=medium
   * Switch to non-deprecated build dependencies:
     - kdoctools-dev -> libkf5doctools-dev
     - kio-dev -> libkf5kio-dev
+  * Build with -gstabs instead of -g also on armel and armhf, to work around
+    virtual memory exhaustion.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 02 Sep 2016 08:07:44 +0200
 
diff --git a/debian/rules b/debian/rules
index c63a661..3f92aa8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 l10npkgs_firstversion_ok := 4:4.14.0-4~
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
+ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mips mipsel))
     export DEB_CFLAGS_MAINT_STRIP = -g
     export DEB_CXXFLAGS_MAINT_STRIP = -g
     export DEB_CFLAGS_MAINT_APPEND = -gstabs

-- 
plasma-desktop packaging



More information about the pkg-kde-commits mailing list