This bug was fixed in the package apport - 2.9.2-0ubuntu1

---------------
apport (2.9.2-0ubuntu1) raring; urgency=low

  * New upstream release:
    - report.py, add_package_info(): Add "[origin: unknown]" tag to
      Package/Dependencies fields for non-distro package whose origin cannot
      be determined. (LP: #1148116)
    - Adjust kernel_crashdump to the format kdump-tools produces. Thanks Louis
      Bouchard.
    - Write core dumps on SIGQUIT if ulimit allows. Thanks Graeme Hewson.
      (LP: #1153662)
  * debian/apport.upstart: Also check for kdump-tools-style kernel crash
    reports for calling kernel_crashdump. Thanks Louis Bouchard.
 -- Martin Pitt <[email protected]>   Tue, 19 Mar 2013 11:48:27 +0100

** 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/1148116

Title:
  not all packages from PPAs have '[origin: ' in Package section

Status in Ubuntu error tracker backend (daisy):
  Invalid
Status in “apport” package in Ubuntu:
  Fix Released

Bug description:
  I was querying for columns in the counters column family starting with
  'Ubuntu ' as I was looking for the counts of bugs reported about
  packages.  In the column family I discovered 'Ubuntu 12.10:indicator-
  stickynotes' and was having trouble finding errors for that package
  because it is from a PPA.  Given that the package is from a PPA it
  shouldn't be appearing in the counters column family at all though.

  From daisy/submit.py:

      package = data.get('Package', '')
      src_package = data.get('SourcePackage', '')
      problem_type = data.get('ProblemType', '')
      third_party = False
      if '[origin:' in package:
          third_party = True

  Then before running update_release_pkg_counter we check for 'if not
  third_party'.  Looking at least some of the oops for indicator-
  stickynotes all of them had '[origin:' in the Package key.

To manage notifications about this bug go to:
https://bugs.launchpad.net/daisy/+bug/1148116/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to