View Single Post
blubbi's Avatar
Posts: 288 | Thanked: 113 times | Joined on Dec 2009 @ Germany
#5
Originally Posted by mbo View Post
I let the .pyc files precompile in the following way:

I've added python-support to build_depends and depends in debian/control and dh_pysupport to debian/rules.

In debian/rules it is important to add the path of your installed app to dh_pysupport. e.g. "dh_pysupport /opt/your-package", because your module will not be installed in a standard public path.
Ahhhh, I see I forgot to add the path to my package to dh_pysupport.

At least it passes the build system now

Lets see what happens when I install it.

Thanks
Bjoern