Re: Generation of "python" dependencies for public extensions versus python2.3

2006-07-30 Thread Loïc Minier
Hi, On Wed, Jul 26, 2006, Matthias Klose wrote: > Please could you check dh_python with the patch from #378604? (Sorry for the delay.) I applied the patch and tried again with: XS-Python-Version: 2.3 got: Depends: libc6 (>= 2.3.6-6), libglib2.0-0 (>= 2.10.0), libgnome-menu

Re: Generation of "python" dependencies for public extensions versus python2.3

2006-07-26 Thread Matthias Klose
Please could you check dh_python with the patch from #378604? Loïc Minier writes: > On Tue, Jul 25, 2006, Joe Wreschnig wrote: > > The scripts in /usr/lib/python2.3/site-packages/GMenuSimpleEditor call > > plain "python". That's probably causing the dependency. > > After I've "sed 1d" the files,

Re: Generation of "python" dependencies for public extensions versus python2.3

2006-07-26 Thread Loïc Minier
On Tue, Jul 25, 2006, Joe Wreschnig wrote: > The scripts in /usr/lib/python2.3/site-packages/GMenuSimpleEditor call > plain "python". That's probably causing the dependency. After I've "sed 1d" the files, the Depends of python-gmenu still has: Depends: libc6 (>= 2.3.6-6), libglib2.0-0 (>= 2.1

Re: Generation of "python" dependencies for public extensions versus python2.3

2006-07-25 Thread Loïc Minier
On Tue, Jul 25, 2006, Joe Wreschnig wrote: > The scripts in /usr/lib/python2.3/site-packages/GMenuSimpleEditor call > plain "python". That's probably causing the dependency. Ok, I suspected this, but since there was no other python2.3 depends, I thought there was something wrong in the first pla

Re: Generation of "python" dependencies for public extensions versus python2.3

2006-07-25 Thread Joe Wreschnig
On Tue, 2006-07-25 at 22:07 +0200, Loïc Minier wrote: > Hi, > > While trying to install the packages from experimental where python > is python2.4, I was surprized by the non-upgradability of the > python-gmenus package (from gnome-menus): it is built with > XS-Python-Version set to cu