Hello, The attached patch enables the crash reporting tool.
It would be nice if that could be implemented in a future upload. Crash report is a critical part of the Firefox upstream release team workflow. Having Debian/Linux packages reporting would help to improve the overall quality of the software. Thanks, Sylvestre
>From 32bc3d59e91ff99f76cf5e7166bd1d64d9bd3d0e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru <[email protected]> Date: Fri, 25 Jul 2014 11:58:57 +0200 Subject: [PATCH] Enable the crash reporter --- debian/browser.install.in | 5 +++++ debian/browser.mozconfig.in | 1 - debian/changelog | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/browser.install.in b/debian/browser.install.in index 63a8712..c3280be 100644 --- a/debian/browser.install.in +++ b/debian/browser.install.in @@ -70,3 +70,8 @@ usr/lib/@browser@/browser/chrome.manifest usr/lib/@browser@/webapprt-stub usr/lib/@browser@/webapprt usr/share/@browser@ + +usr/lib/@browser@/crashreporter.ini +usr/lib/@browser@/crashreporter +usr/lib/@browser@/Throbber-small.gif +usr/lib/@browser@/browser/crashreporter-override.ini \ No newline at end of file diff --git a/debian/browser.mozconfig.in b/debian/browser.mozconfig.in index 8144e59..9403b49 100644 --- a/debian/browser.mozconfig.in +++ b/debian/browser.mozconfig.in @@ -25,7 +25,6 @@ ac_add_options --disable-installer ac_add_options --disable-javaxpcom ac_add_options --disable-elf-dynstr-gc ac_add_options --enable-system-hunspell # MOZ_NATIVE_HUNSPELL=1 -ac_add_options --disable-crashreporter ac_add_options --disable-strip ac_add_options --disable-install-strip ac_add_options --enable-url-classifier diff --git a/debian/changelog b/debian/changelog index e567376..6c21588 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +iceweasel (31.0-2) UNRELEASED; urgency=medium + + * Enable the crash reporter + + -- Sylvestre Ledru <[email protected]> Fri, 25 Jul 2014 11:51:07 +0200 + iceweasel (31.0-1) unstable; urgency=medium * New upstream release. -- 2.0.1

