Re: Using python-central for pure-Python package

2007-03-20 Thread Ben Finney
Raphael Hertzog <[EMAIL PROTECTED]> writes: > Move that to the install target as well and replace "$*" with the > version of the current python (`pyversions -dv`). Thanks. That works, but raises other issues I thought we'd addressed. I'll start a new thread with my questions. -- \ "The

Re: Using python-central for pure-Python package (was: dpkg-gencontrol: warning: unknown substitution variable ${python:Depends})

2007-03-20 Thread Raphael Hertzog
On Tue, 20 Mar 2007, Ben Finney wrote: > Part of that target is to rename the generated egg-info directory; > Setuptools creates it as 'foo-N.M-pyX.Y.egg-info', but the > python-central documentation seems to indicate this should be renamed > to 'foo.egg-info': > > # install only one Egg dir (

Using python-central for pure-Python package (was: dpkg-gencontrol: warning: unknown substitution variable ${python:Depends})

2007-03-20 Thread Ben Finney
Raphael Hertzog <[EMAIL PROTECTED]> writes: > On Tue, 20 Mar 2007, Josselin Mouette wrote: > > Nope, dh_clean -k is fine. It's just that installation should > > start after calling it, not in the build target. > > Installation currently happens in "install-pythonX.Y" which is > called before the "