Re: [SCM] advene/master: Use standard dh_python2 instead of pysupport

2011-06-01 Thread Jonas Smedegaard
On 11-06-01 at 11:18am, Olivier Aubert wrote: > On Wed, 2011-06-01 at 02:19 +0200, Jonas Smedegaard wrote: > > On 11-05-31 at 09:40pm, oaubert-gu...@users.alioth.debian.org wrote: > > > +DEB_PYTHON_INSTALL_ARGS_ALL = --install-layout=deb > > Why do you add --install-layout=deb ? > It was indeed a t

Re: [SCM] advene/master: Use standard dh_python2 instead of pysupport

2011-06-01 Thread Olivier Aubert
On Wed, 2011-06-01 at 02:19 +0200, Jonas Smedegaard wrote: > On 11-05-31 at 09:40pm, oaubert-gu...@users.alioth.debian.org wrote: > > +DEB_PYTHON_INSTALL_ARGS_ALL = --install-layout=deb > Why do you add --install-layout=deb ? It was indeed a try to remove the dh_python2 warning. It does not change

Re: [SCM] advene/master: Use standard dh_python2 instead of pysupport

2011-05-31 Thread Jonas Smedegaard
On 11-05-31 at 09:40pm, oaubert-gu...@users.alioth.debian.org wrote: > +DEB_PYTHON_INSTALL_ARGS_ALL = --install-layout=deb Why do you add --install-layout=deb ? I suspect because dh_python2 questions the CDBS routines. But did you experience any actual wrong result from the CDBS routines? -