Re: Help with packaging of python executable and its modules

2014-02-10 Thread Piotr Ożarowski
[Olivier Berger, 2014-02-09] Piotr Ożarowski pi...@debian.org writes: [Andreas Tille, 2014-02-07] On Fri, Feb 07, 2014 at 02:41:10PM +0100, Julian Taylor wrote: I assume this is a python application and not a library? It is an application including some private modules which I like

Re: Help with packaging of python executable and its modules

2014-02-10 Thread Andreas Tille
Hi Piotr, On Mon, Feb 10, 2014 at 12:53:50PM +0100, Piotr Ożarowski wrote: good that you ask, I will use this opportunity to dispel a myth: dh_python* tools (or any other dh_* tool which doesn't have install in its name AFAIK) do not install files. dh_python* is not supposed to install

Re: Help with packaging of python executable and its modules

2014-02-09 Thread Olivier Berger
Piotr Ożarowski pi...@debian.org writes: [Andreas Tille, 2014-02-07] On Fri, Feb 07, 2014 at 02:41:10PM +0100, Julian Taylor wrote: I assume this is a python application and not a library? It is an application including some private modules which I like to be compiled into *.pyc. please

Help with packaging of python executable and its modules

2014-02-07 Thread Andreas Tille
Hi folks, I have commited some packaging for a bioinformatics package arden to git://anonscm.debian.org/debian-med/arden.git Since it expects to find its modules under the pretty generic name core I decided to move the modules under /usr/share/pyshared/arden/core and tried to patch the

Re: Help with packaging of python executable and its modules

2014-02-07 Thread Olivier Sallou
I have uploaded a patch and an update to rules and control. Seems to work now. Olivier On 02/07/2014 02:20 PM, Andreas Tille wrote: Hi folks, I have commited some packaging for a bioinformatics package arden to git://anonscm.debian.org/debian-med/arden.git Since it expects to find its

Re: Help with packaging of python executable and its modules

2014-02-07 Thread Julian Taylor
On Fri, Feb 7, 2014 at 2:20 PM, Andreas Tille andr...@an3as.eu wrote: Hi folks, I have commited some packaging for a bioinformatics package arden to git://anonscm.debian.org/debian-med/arden.git Since it expects to find its modules under the pretty generic name core I decided to move

Re: Help with packaging of python executable and its modules

2014-02-07 Thread Olivier Sallou
On 02/07/2014 02:41 PM, Julian Taylor wrote: On Fri, Feb 7, 2014 at 2:20 PM, Andreas Tille andr...@an3as.eu mailto:andr...@an3as.eu wrote: Hi folks, I have commited some packaging for a bioinformatics package arden to git://anonscm.debian.org/debian-med/arden.git

Re: Help with packaging of python executable and its modules

2014-02-07 Thread Andreas Tille
Hi Julian, On Fri, Feb 07, 2014 at 02:41:10PM +0100, Julian Taylor wrote: I assume this is a python application and not a library? It is an application including some private modules which I like to be compiled into *.pyc. don't install into pyshared, its an implementational detail that

Re: Help with packaging of python executable and its modules

2014-02-07 Thread Piotr Ożarowski
[Andreas Tille, 2014-02-07] On Fri, Feb 07, 2014 at 02:41:10PM +0100, Julian Taylor wrote: I assume this is a python application and not a library? It is an application including some private modules which I like to be compiled into *.pyc. please install to /usr/share/package-name/ both

Re: Help with packaging of python executable and its modules

2014-02-07 Thread Piotr Ożarowski
[Andreas Tille, 2014-02-07] /usr/share/pyshared/arden/core /usr/share/pyshared/ (and /usr/lib/pyshared/) is implementation detail (it will be removed once python-support is no longer used) and tried to patch the executable scripts to say something like from arden.core import