Re: Python modules not installed correctly with pycentral

2008-01-09 Thread Raphael Hertzog
On Tue, 08 Jan 2008, Vincent Bernat wrote: > > What should I be doing about this? > > Isuppose thatalintian overrideworks too.Create > debian/source.lintian-overrides with: > yourpackage source: package-lacks-versioned-build-depends-on-debhelper 6 debhelper 6 has been up

Re: Python modules not installed correctly with pycentral

2008-01-08 Thread Vincent Bernat
OoO En cette matinée pluvieuse du mardi 08 janvier 2008, vers 10:34, Ben Finney <[EMAIL PROTECTED]> disait: >> - set debian/compat to 6 >> - add a lintian override for this > I get no error from 'lintian' for this. Try with -vIi. > Rather, an error from 'linda': > E: gracie; DH_COMPAT is g

Re: Python modules not installed correctly with pycentral

2008-01-08 Thread Ben Finney
Vincent Bernat <[EMAIL PROTECTED]> writes: > OK. Therefore, if we use pure debhelper : > - depends on debhelper (>= 5.0.44) That is, "Build-Depends: debhelper (>= 5.0.44)". > - set debian/compat to 6 > - add a lintian override for this I get no error from 'lintian' for this. Rather, an error

Re: Python modules not installed correctly with pycentral

2008-01-07 Thread Vincent Bernat
OoO En cette soirée bien amorcée du lundi 07 janvier 2008, vers 22:38, je disais: > And we use cdbs : > - depends on debhelper (>= 5.0.44) > - set debian/compat to 6 > - add a lintian override for this > - add this in debian/rules to disallow first run of dh_installinit to >modify post

Re: Python modules not installed correctly with pycentral

2008-01-07 Thread Vincent Bernat
OoO En cette soirée bien amorcée du lundi 07 janvier 2008, vers 22:12, Pierre Habouzit <[EMAIL PROTECTED]> disait: >> >> > debhelper (5.0.44) unstable; urgency=low >> >> > >> >> > * prerm and postrm scripts are now generated in a reverse >> >> > order than preinst and postinst scrip

Re: Python modules not installed correctly with pycentral

2008-01-07 Thread Pierre Habouzit
On Mon, Jan 07, 2008 at 05:52:52PM +, Vincent Bernat wrote: > OoO Pendant le temps de midi du lundi 07 janvier 2008, vers 12:50, > Pierre Habouzit <[EMAIL PROTECTED]> disait: > > >> > Le lundi 07 janvier 2008 à 07:56 +0100, Vincent Bernat a écrit : > >> >> Well, if you can change the ord

Re: Python modules not installed correctly with pycentral

2008-01-07 Thread Vincent Bernat
OoO Lors de la soirée naissante du lundi 07 janvier 2008, vers 18:52, je disais: > I have just tested and #386970 is still present with py_support at > least. In postinst, I have first the snippet by dh_installinit and then > the snippet by dh_pysupport. In prerm, I have exactly the same th

Re: Python modules not installed correctly with pycentral

2008-01-07 Thread Vincent Bernat
OoO Pendant le temps de midi du lundi 07 janvier 2008, vers 12:50, Pierre Habouzit <[EMAIL PROTECTED]> disait: >> > Le lundi 07 janvier 2008 à 07:56 +0100, Vincent Bernat a écrit : >> >> Well, if you can change the order for postinst, you will get wrong order >> >> in prerm. >> > >> > debhe

Re: Python modules not installed correctly with pycentral

2008-01-07 Thread Pierre Habouzit
On Mon, Jan 07, 2008 at 10:43:59AM +, Vincent Bernat wrote: > > On Mon, 07 Jan 2008 11:28:36 +0100, Josselin Mouette <[EMAIL PROTECTED]> > wrote: > > Le lundi 07 janvier 2008 à 07:56 +0100, Vincent Bernat a écrit : > >> Well, if you can change the order for postinst, you will get wrong order >

Re: Python modules not installed correctly with pycentral

2008-01-07 Thread Vincent Bernat
On Mon, 07 Jan 2008 11:28:36 +0100, Josselin Mouette <[EMAIL PROTECTED]> wrote: > Le lundi 07 janvier 2008 à 07:56 +0100, Vincent Bernat a écrit : >> Well, if you can change the order for postinst, you will get wrong order >> in prerm. > > debhelper (5.0.44) unstable; urgency=low > > * prerm a

Re: Python modules not installed correctly with pycentral

2008-01-07 Thread Josselin Mouette
Le lundi 07 janvier 2008 à 07:56 +0100, Vincent Bernat a écrit : > Well, if you can change the order for postinst, you will get wrong order > in prerm. debhelper (5.0.44) unstable; urgency=low * prerm and postrm scripts are now generated in a reverse order than preinst and postinst scripts.

Re: Python modules not installed correctly with pycentral

2008-01-06 Thread Vincent Bernat
OoO En cette nuit striée d'éclairs du lundi 07 janvier 2008, vers 02:06, Ben Finney <[EMAIL PROTECTED]> disait: > The only way I can see to fix this is to move one of those commands so > the corrent ordering is achieved in the postinst. Where should I be > moving the rules around to? Should 'dh_in

Re: Python modules not installed correctly with pycentral

2008-01-06 Thread Ben Finney
Christopher Schmidt <[EMAIL PROTECTED]> writes: > Since it appears you have a *different* postinst, it's possible that > you need something like a "#DEBHELPER#" snippet in your existing > postinst to allow debhelper to actually put the files in the right > place: when I was missing this in the pas

Re: Python modules not installed correctly with pycentral

2008-01-06 Thread Christopher Schmidt
On Mon, Jan 07, 2008 at 11:15:53AM +1100, Ben Finney wrote: > The problem apparent when installing that .deb is that after > installation the modules *only* exist in that pycentral path; they are > never installed to the Python site-packages directory, and so the > Python package can't be found by