David Aguilar wrote:
> 
> Thanks Bernd.
> What should I do about the .pyc/.pyo files?
> 
> I'm assuming that I shouldn't generate them and should instead
> let Debian generate them?


Right, that's what python-support (and python-central, if you like that more)
takes care of.
They'll also take care of your .py files in /usr/share/packagename
automatically, so if you install the modules to
$(CURDIR)/debian/usr/share/packagename, everything should be fine. You need to
make sure that the files in /usr/bin know about the path, though, for example by
adding the path to sys.path.

Unfortunately several other Python programs drop their files in public
directories, I'll investigate in stgit if I find the time to do so.

Cheers,

Bernd

-- 
 Bernd Zeimetz                           Debian GNU/Linux Developer
 GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to