If you want all or some bugs to be filed against the bzr product instead
of the bzr package, this can be done with two steps:

1. define a new crash database for upstream bzr, like

  $ cat /etc/apport/crashdb.conf.d/bzr.conf
  bzr = {
      'impl': 'launchpad',
      'bug_pattern_base': 'http://people.ubuntu.com/~pitti/bugpatterns',
      'project': 'bazaar',
  }

  See /usr/share/doc/apport/crashdb-conf.txt for details.

2. in bzr's package hook, set

       report['CrashDB'] = 'bzr'

   either unconditionally, or in some code which determines whether or
not the bug report should go upstream.

However, this will still cause Apport to complain about packages which
come from a PPA. It shouldn't do this if CrashDB is set, I'll get that
fixed.

** Also affects: apport (Ubuntu)
   Importance: Undecided
       Status: New

-- 
apport package hook for Bazaar
https://bugs.launchpad.net/bugs/391015
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to