diff -Nru whoopsie-0.2.24.1ubuntu1/debian/bzr-builddeb.conf whoopsie-0.2.24.1.2/debian/bzr-builddeb.conf --- whoopsie-0.2.24.1ubuntu1/debian/bzr-builddeb.conf 1970-01-01 00:00:00.000000000 +0000 +++ whoopsie-0.2.24.1.2/debian/bzr-builddeb.conf 2014-04-14 21:22:45.000000000 +0000 @@ -0,0 +1,2 @@ +[BUILDDEB] +native = True diff -Nru whoopsie-0.2.24.1ubuntu1/debian/changelog whoopsie-0.2.24.1.2/debian/changelog --- whoopsie-0.2.24.1ubuntu1/debian/changelog 2014-01-22 00:27:25.000000000 +0000 +++ whoopsie-0.2.24.1.2/debian/changelog 2014-04-15 15:26:51.000000000 +0000 @@ -1,4 +1,11 @@ -whoopsie (0.2.24.1ubuntu1) saucy; urgency=low +whoopsie (0.2.24.1.2) saucy; urgency=medium + + * Do not send Stacktrace, and ThreadStacktrace as retracing with ddebs will + provide more useful versions of them. (LP: #1306175) + + -- Brian Murray Mon, 14 Apr 2014 14:23:24 -0700 + +whoopsie (0.2.24.1.1) saucy; urgency=low * Close and reopen the log file so that the file descriptor is not closed when daemonizing. (LP: #1245524) diff -Nru whoopsie-0.2.24.1ubuntu1/src/whoopsie.c whoopsie-0.2.24.1.2/src/whoopsie.c --- whoopsie-0.2.24.1ubuntu1/src/whoopsie.c 2014-01-21 16:38:36.000000000 +0000 +++ whoopsie-0.2.24.1.2/src/whoopsie.c 2014-04-14 22:42:53.000000000 +0000 @@ -125,8 +125,10 @@ /* add_gdb_info */ "Registers", "Disassembly", - "Stacktrace", - "ThreadStacktrace", + /* We do not need these since we retrace with ddebs on errors */ + /* "Stacktrace", */ + /* "ThreadStacktrace", */ + /* used to repair the StacktraceAddressSignature if it is corrupt */ "StacktraceTop", "AssertionMessage", "ProcAttrCurrent",