diff -Nru whoopsie-0.2.71/debian/changelog whoopsie-0.2.72/debian/changelog --- whoopsie-0.2.71/debian/changelog 2020-08-05 22:00:45.000000000 +0000 +++ whoopsie-0.2.72/debian/changelog 2020-09-21 17:07:53.000000000 +0000 @@ -1,3 +1,10 @@ +whoopsie (0.2.72) groovy; urgency=medium + + * src/whoopsie.c: Do not upload AlsaInfo as it is redundant now that PaInfo + is collected. + + -- Brian Murray Mon, 21 Sep 2020 10:07:53 -0700 + whoopsie (0.2.71) groovy; urgency=medium [ Marc Deslauriers ] diff -Nru whoopsie-0.2.71/src/whoopsie.c whoopsie-0.2.72/src/whoopsie.c --- whoopsie-0.2.71/src/whoopsie.c 2020-08-05 21:53:01.000000000 +0000 +++ whoopsie-0.2.72/src/whoopsie.c 2020-09-21 17:06:16.000000000 +0000 @@ -202,6 +202,9 @@ "Title", + /* Redundant with the addition of pa-info LP: #1893899 */ + "AlsaInfo", + NULL };