Comment 1 for bug 851038

Revision history for this message
Gediminas Paulauskas (menesis) wrote :

This is because zope.interface installs a zope/__init__.py file, and this breaks the .pth files.

dh_python2 now has a namespace feature, that solves this problem UNLESS a package installs it's own namespace __init__.py file.

But the new dh_python2 in oneiric solves the problem of namespace __init__.py files, and we do not need this hack any more.