diff -Nru whoopsie-0.2.24.6ubuntu1/debian/bzr-builddeb.conf whoopsie-0.2.24.6ubuntu2/debian/bzr-builddeb.conf --- whoopsie-0.2.24.6ubuntu1/debian/bzr-builddeb.conf 1970-01-01 00:00:00.000000000 +0000 +++ whoopsie-0.2.24.6ubuntu2/debian/bzr-builddeb.conf 2015-02-20 18:27:24.000000000 +0000 @@ -0,0 +1,2 @@ +[BUILDDEB] +native = True diff -Nru whoopsie-0.2.24.6ubuntu1/debian/changelog whoopsie-0.2.24.6ubuntu2/debian/changelog --- whoopsie-0.2.24.6ubuntu1/debian/changelog 2015-02-02 22:28:34.000000000 +0000 +++ whoopsie-0.2.24.6ubuntu2/debian/changelog 2015-11-09 21:24:06.000000000 +0000 @@ -1,3 +1,10 @@ +whoopsie (0.2.24.6ubuntu2) trusty-proposed; urgency=medium + + * src/whoopsie.c: Send UnreportableReason to the Error Tracker that way we + know apport's opinion of the crash. (LP: #1382233) + + -- Brian Murray Mon, 09 Nov 2015 13:24:00 -0800 + whoopsie (0.2.24.6ubuntu1) trusty-proposed; urgency=medium * Merge patch from Bryan Quigley to only log when whoopsie's state changes. diff -Nru whoopsie-0.2.24.6ubuntu1/src/whoopsie.c whoopsie-0.2.24.6ubuntu2/src/whoopsie.c --- whoopsie-0.2.24.6ubuntu1/src/whoopsie.c 2015-02-02 22:28:01.000000000 +0000 +++ whoopsie-0.2.24.6ubuntu2/src/whoopsie.c 2015-11-09 21:22:24.000000000 +0000 @@ -153,7 +153,7 @@ /* We would only want this to see how many bugs would otherwise go * unreported: */ - /* "UnreportableReason", */ + "UnreportableReason", /* We'll have our own count in the database. */ /* "CrashCounter", */