Comment 9 for bug 662883

Revision history for this message
Stefano Rivera (stefanor) wrote :

Well, if anyone is in a hurry with this and doesn't want to wait for the UDS discussion on Python policy for natty - here's a merge that retains pycentral.

Note that while the dbg package is build with --install-layout=deb, the main package isn't, CDBS doesn't do that, instead it does:

--install-purelib=/usr/lib/python$buildver/site-packages/ --install-platlib=/usr/lib/python$buildver/site-packages/ --prefix=/usr

Which is mostly the same, except for site-packages instead of dist-packages. Again pycentral clears this up.

This is what dh_python2 was complaining about which I mistook for a dh_python2 bug.