Here's a diff of the changes we discussed to the ubuntu-gnome.py apport hook.
One thing I'm not sure how to handle is this bit: if '[origin: LP-PPA-gnome3-team-gnome3' in report.get('Dependencies', ''): report.setdefault('Tags', '') report['Tags'] += ' gnome3-ppa' Are there cases where the report would be a package other than a GNOME3 one and it would include dependencies from the GNOME3 ppa? If so then we should just use a general UnreportableReason if one has not already been written to the report. ** Patch added: "lp-1689093.patch" https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1689093/+attachment/4874778/+files/lp-1689093.patch -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1689093 Title: Drop ubuntu-gnome hook for trusty, xenial Status in apport package in Ubuntu: Triaged Bug description: Impact ------ As announced, the GNOME3 PPAs for Ubuntu 16.04 LTS are no longer being maintained as of April 2017. Therefore, the Ubuntu GNOME project would like to stop receiving bugs from packages installed from those PPAs for that version, or for 14.04 LTS which is no longer supported by Ubuntu GNOME. See https://launchpad.net/~gnome3-team/+archive/ubuntu/gnome3 Test Case --------- sudo add-apt-repository ppa:gnome3-team/gnome3 sudo apt update sudo apt upgrade Ubuntu 14.04: ubuntu-bug gnome-system-monitor Ubuntu 16.04: ubuntu-bug nautilus What should happen: After several moments, you should see a popup with The GNOME3 PPA is no longer supported for this Ubuntu release. Please run ppa-purge ppa:gnome3-team/gnome3 Clean up: sudo apt install ppa-purge sudo ppa-purge ppa:gnome3-team/gnome3 Other Info ---------- Ubuntu GNOME has always installed ppa-purge by default. Regression Potential -------------------- People will be unable to report bugs with PPA packages like they used to but they'll be told why. The message unfortunately likely won't be translated right away, but since it will land in the development release, it should eventually be translated for future Ubuntu releases. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1689093/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp