[X2Go-Commits] [pale-moon] 115/216: debian/rules: add CRASH_REPORTER setting, although I'm unsure if that's even supported.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:43:12 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pale-moon.

commit f7714f90f0de60a0c631f569ef5c714df1e50932
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Sep 20 23:25:20 2018 +0200

    debian/rules: add CRASH_REPORTER setting, although I'm unsure if that's even supported.
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5b81226..9a595a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -106,6 +106,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
     - Remove old ppc64(be) workaround, good riddance.
     - Hope that GCC is new enough to not need the ia64 workaround any longer.
     - Remove MOZ_FFVPX stuff, unimplemented.
+    - Add CRASH_REPORTER setting, although I'm unsure if that's even
+      supported.
   * debian/mozconfig:
     - Remove autoconf flags that should better be handled by debian/rules.
   * debian/make.mk:
diff --git a/debian/rules b/debian/rules
index 9b78bd6..5d96df5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,6 +82,9 @@ endif
 ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
 	CONFIGURE_FLAGS += --enable-debug
 endif
+ifneq (,$(filter i386 amd64 armel armhf,$(DEB_BUILD_ARCH)))
+	CRASH_REPORTER = 1
+endif
 ifeq (,$(filter debug noopt,$(DEB_BUILD_OPTIONS)))
 	GENSYMBOLS_FLAGS := -c4
 endif

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list