desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #128431
[Bug 1470572] Re: native-origins.d information causes apport to strip origin information from Package
This bug was fixed in the package apport - 2.18-0ubuntu2
---------------
apport (2.18-0ubuntu2) wily; urgency=medium
* Fix PEP-8 error in test/test_backend_apt_dpkg.py.
apport (2.18-0ubuntu1) wily; urgency=medium
* New upstream release. Changes since our last merge from trunk:
- apport-gtk: Use GtkWidget::valign property instead of GtkMisc::yalign
which is deprecated in GTK 3.16. Thanks Iain Lane.
- sandboxutils, make_sandbox(): Don't exit with 0 (success) if the
ExecutablePath does not exist. (LP: #1462469)
- sandboxutils, make_sandbox(): Fix second round of package installs to go
into permanent root dir as well.
- apt/dpkg install_packages(): If a requested package version is not
available from apt in the given archive, try to download it from
Launchpad. Thanks to Brian Murray!
- kerneloops: Fix crash when determining the version of a custom kernel.
Thanks Brian Murray. (LP: #1468154)
- apt/dpkg install_packages(): Ignore -dbg packages whose descriptions
contain "transitional". (LP: #1469635)
- Keep "[origin: ...]" information in Package: and Dependencies: fields
for native-origins.d/ origins, so that it's possible to retrace them.
Thanks Brian Murray! (LP: #1470572)
- Add support for retracing with discovering and enabling foreign
Launchpad PPA origins, as specified in reports' Package:/Dependencies:
fields. Thanks Brian Murray!
- hookutils.attach_wifi(): Shorten value of CRDA if iw isn't available on
the system. Thanks Brian Murray.
- Fix wrong assertion in crashdb.test_check_duplicate() which surfaces
under Python 3.5. (LP: #1474539)
* test/test_backend_apt_dpkg.py: Disable new test assertion for
unity-services-dbgsym, which doesn't currently work in the autopkgtest
(but works fine in trunk and on the retracers). To be investigated.
-- Martin Pitt <martin.pitt@xxxxxxxxxx> Fri, 17 Jul 2015 11:43:37
+0200
** Changed in: apport (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1470572
Title:
native-origins.d information causes apport to strip origin information
from Package
Status in Apport:
Fix Released
Status in apport package in Ubuntu:
Fix Released
Status in apport source package in Trusty:
Triaged
Status in apport source package in Vivid:
Triaged
Bug description:
I've discovered that if you have a file in /etc/apport/native-
origins.d/ for a PPA then that origin information is stripped from the
Package field of the report.
Test Case
1) Ensure that /etc/apport/native-origins.d/thunderbird contains LP-PPA-mozillateam-thunderbird-next
2) sudo add-apt-repository ppa:mozillateam/thunderbird-next
3) sudo apt-get update
4) sudo apt-get install thunderbird
5) ubuntu-bug thunderbird (apport-cli thunderbird)
6) view package field in the report
Package: thunderbird 1:38.0~b6+build2-0ubuntu1
Instead I would expect the Package field to contain a "[origin: LP-
PPA-mozillateam-thunderbird-next]" after the Package name.
Additionally, my branch to retrace packages from PPAs depends on the
origin information being there.
Discussing this with pitti he said that "this needs fixing".
To manage notifications about this bug go to:
https://bugs.launchpad.net/apport/+bug/1470572/+subscriptions
References