Public bug reported: Binary package hint: apport
As https://launchpad.net/ubuntu/+source/ubiquity/+bug/82565 indicates, the Package key isn't just the package name - it contains other stuff as well, specifically "ubiquity 1.3.15 [modified: usr/lib/ubiquity/ubiquity/components/partman.py]" in this case. But apport/report.py does: m = __import__(self['Package']) ... which clearly isn't going to work. You need to strip everything after the first space. ** Affects: apport (Ubuntu) Importance: Undecided Status: Unconfirmed -- per-package hooks are broken https://launchpad.net/bugs/82566 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
