Comment 2 for bug 350131

Revision history for this message
Martin Pitt (pitti) wrote :

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 package "linux" exists, but is built by linux-meta (which does not have a package hook right now). This fixes it for "linux". Fixed in ubuntu branch r1405.