Trusty uses the old method of creating a duplicate signature so does not
require this fix.

104     # build a duplicate signature tag for package reports
105     if report.get('ProblemType') == 'Package' and 'ErrorMessage' in report 
and 'Package' in report:
106         (package, version) = report['Package'].split(None, 1)
107         dupe_sig = 'package:%s:%s:%s' % (package, version, 
report['ErrorMessage'])
108         report['DuplicateSignature'] = dupe_sig


** Changed in: apport (Ubuntu Yakkety)
       Status: New => Triaged

** Changed in: apport (Ubuntu Xenial)
       Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1692127

Title:
  duplicate signature for Package problems can be too short

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1692127/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to