This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 7f253d406a43372b9223244e565ce266ec452a59 Author: Mihai Moldovan <ionic@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