This bug was fixed in the package apport - 1.1-0ubuntu1
---
apport (1.1-0ubuntu1) karmic; urgency=low
* New upstream release:
- Drop some remaining distro specific pieces of code from non-backends.
- Add hookutils methods for attaching relevant packages, greatly improve
This requires two fixes:
- add_hooks_info() needs to run source package hooks if there is no
binary package. This fixes it for the general case. Fixed in trunk
r1417.
- apport Ubuntu package needs to ship a "source_linux-meta.py" package
hook (symlinked to source_linux.py), since the binary pa
Problem is that the apport tools work for *binary* packages, not
*source*. ubuntu-bug special-cases "linux", we should do that in apport-
collect as well.
Also, while we can't collect binary package information when specifying
a source package, we should at least run the source package hooks.
**