[SCM] plasma-desktop packaging branch, master, updated. debian/5.4.0-2

Felix Geyer fgeyer at moszumanska.debian.org
Fri Sep 4 19:37:49 UTC 2015


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

The following commit has been merged in the master branch:
commit 06501d9d910401332ac8e98385a4bf0e2d65bed2
Author: Felix Geyer <fgeyer at debian.org>
Date:   Fri Sep 4 21:08:00 2015 +0200

    Build with -gstabs instead of -g on mips and mipsel to work around virtual memory exhaustion.
---
 debian/changelog | 7 +++++++
 debian/rules     | 8 ++++++++
 2 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0523351..953b56b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+plasma-desktop (4:5.4.0-2) unstable; urgency=medium
+
+  * Build with -gstabs instead of -g on mips and mipsel to work around
+    virtual memory exhaustion.
+
+ -- Felix Geyer <fgeyer at debian.org>  Fri, 04 Sep 2015 21:07:53 +0200
+
 plasma-desktop (4:5.4.0-1) unstable; urgency=medium
 
   * New upstream release (5.4.0).
diff --git a/debian/rules b/debian/rules
index a75ca4a..1eee09d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,14 @@
 
 l10npkgs_firstversion_ok := 4:4.14.0-2
 
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
+    export DEB_CFLAGS_MAINT_STRIP = -g
+    export DEB_CXXFLAGS_MAINT_STRIP = -g
+    export DEB_CFLAGS_MAINT_APPEND = -gstabs
+    export DEB_CXXFLAGS_MAINT_APPEND = -gstabs
+endif
+
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 

-- 
plasma-desktop packaging



More information about the pkg-kde-commits mailing list