Comment 7 for bug 378069

Revision history for this message
Nick Ellery (nick.ellery) wrote :

Ah, here we go. I fixed this by editting debian/patches/040_python26.diff as such:

-python_moduledir=$pythondir
-python_moduleexecdir=$pyexecdir
+python_moduledir="${python_libdir}/dist-packages"
+python_moduleexecdir="{python_libdir}/dist-packages"

Just to be sure I'm doing this right, would you mind test building this too before I upload it? I've attached a debdiff (this also includes another requested change).