diff -Nru apport-symptoms-0.19/debian/apport-symptoms.links apport-symptoms-0.20/debian/apport-symptoms.links --- apport-symptoms-0.19/debian/apport-symptoms.links 1970-01-01 00:00:00.000000000 +0000 +++ apport-symptoms-0.20/debian/apport-symptoms.links 2013-05-22 22:21:17.000000000 +0000 @@ -0,0 +1,2 @@ +/usr/share/apport/symptoms/ubuntu-release-upgrader.py /usr/share/apport/symptoms/dist-upgrade.py +/usr/share/apport/symptoms/ubuntu-release-upgrader.py /usr/share/apport/symptoms/release-upgrade.py diff -Nru apport-symptoms-0.19/debian/changelog apport-symptoms-0.20/debian/changelog --- apport-symptoms-0.19/debian/changelog 2012-08-31 09:37:51.000000000 +0000 +++ apport-symptoms-0.20/debian/changelog 2013-05-22 22:04:50.000000000 +0000 @@ -1,3 +1,10 @@ +apport-symptoms (0.20) saucy; urgency=low + + * Add in an symptom for ubuntu-release-upgrader, and aliases for it that just + return the binary package. (LP: #1173913) + + -- Brian Murray Wed, 22 May 2013 15:03:40 -0700 + apport-symptoms (0.19) quantal; urgency=low * symptoms/_audio_checks.py: Dot not try to call nonexisting set_title() diff -Nru apport-symptoms-0.19/symptoms/ubuntu-release-upgrader.py apport-symptoms-0.20/symptoms/ubuntu-release-upgrader.py --- apport-symptoms-0.19/symptoms/ubuntu-release-upgrader.py 1970-01-01 00:00:00.000000000 +0000 +++ apport-symptoms-0.20/symptoms/ubuntu-release-upgrader.py 2013-05-22 21:52:24.000000000 +0000 @@ -0,0 +1,8 @@ +# ubuntu-release-upgrader related problems +# Author: Brian Murray +# (C) 2013 Canonical Ltd. +# License: GPL v2 or later. + + +def run(report, ui): + return 'ubuntu-release-upgrader-core'