Thread
:
[Solved] How to use py_compilefiles in rules file?
View Single Post
mbo
2010-08-25 , 10:08
Posts: 144 | Thanked: 134 times | Joined on Jan 2010 @ Hamburg
#
4
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.
Quote & Reply
|
mbo
View Public Profile
Send a private message to mbo
Find all posts by mbo