Re: Request for help to convert the lyx package

2006-08-03 Thread Sven Hoexter
On Wed, Aug 02, 2006 at 08:14:08PM +0200, Pierre Habouzit wrote: > Le mer 2 août 2006 20:09, Iustin Pop a écrit : Hi guys, > > Ah, then that must be it - it must be invoked as: > > dh_python /usr/share/lyx/lyx2lyx > > in order for it to scan other dirs and generate the correct > > postinstall/p

Re: Request for help to convert the lyx package

2006-08-02 Thread Pierre Habouzit
Le mer 2 août 2006 20:09, Iustin Pop a écrit : > On Wed, Aug 02, 2006 at 08:02:05PM +0200, Pierre Habouzit wrote: > > Le mer 2 août 2006 19:51, Iustin Pop a écrit : > > > On Wed, Aug 02, 2006 at 07:42:40PM +0200, Pierre Habouzit wrote: > > > > and the pyo and pyc files are generated by your build p

Re: Request for help to convert the lyx package

2006-08-02 Thread Iustin Pop
On Wed, Aug 02, 2006 at 08:02:05PM +0200, Pierre Habouzit wrote: > Le mer 2 août 2006 19:51, Iustin Pop a écrit : > > On Wed, Aug 02, 2006 at 07:42:40PM +0200, Pierre Habouzit wrote: > > > and the pyo and pyc files are generated by your build process. you > > > have to remove them manually, e.g. us

Re: Request for help to convert the lyx package

2006-08-02 Thread Pierre Habouzit
Le mer 2 août 2006 19:51, Iustin Pop a écrit : > On Wed, Aug 02, 2006 at 07:42:40PM +0200, Pierre Habouzit wrote: > > and the pyo and pyc files are generated by your build process. you > > have to remove them manually, e.g. using some find -name '*.pyo' > > mantra. > > The (old) dh_python did remov

Re: Request for help to convert the lyx package

2006-08-02 Thread Iustin Pop
On Wed, Aug 02, 2006 at 07:42:40PM +0200, Pierre Habouzit wrote: > and the pyo and pyc files are generated by your build process. you have > to remove them manually, e.g. using some find -name '*.pyo' mantra. The (old) dh_python did remove the .pyc and .pyo files at package build time, so one d

Re: Request for help to convert the lyx package

2006-08-02 Thread Pierre Habouzit
Le mer 2 août 2006 12:37, Sven Hoexter a écrit : > Hello, > I've been working on the lyx package to get it in a state complying > with the new python policy. > > LyX generates some .pyc and .pyo files during build time and I'm not > sure what to do with them because I thought that the dh_pycentral

Request for help to convert the lyx package

2006-08-02 Thread Sven Hoexter
Hello, I've been working on the lyx package to get it in a state complying with the new python policy. LyX generates some .pyc and .pyo files during build time and I'm not sure what to do with them because I thought that the dh_pycentral call would handle them correctly. Having build a package[1]