[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Python-Support private/public modules



Hi Daniel (2010.11.02_16:58:56_+0200)
> please excuse if this one would have belonged to a Python mailing list
> but maybe somebody here could help me out (rookie question?):

Yeah, there is a debian-python mailing list (and IRC channel) for the
Python teams which are good places to get Python-packaging help.

> When I add a file debian/install containing "lib usr/share/foo"

Instead of doing that, pass the --install-lib option to setup.py.

e.g. for dh7:

override_dh_auto_install:
	dh_auto_install -- --install-lib /usr/share/foo

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127


Reply to: