Bug#683108: [Python-modules-team] Bug#683108: ipython: python3 shebangs

2012-07-30 Thread Scott Kitterman
On Saturday, July 28, 2012 06:00:19 PM Yaroslav Halchenko wrote: > my guess is that it needs overrides for dh_python* calls like I did > recently for cython: > > override_dh_python2: > dh_python2 -pcython > > override_dh_python3: > dh_python3 -pcython3 > Yes. Something like that should

Bug#683108: [Python-modules-team] Bug#683108: ipython: python3 shebangs

2012-07-28 Thread Yaroslav Halchenko
my guess is that it needs overrides for dh_python* calls like I did recently for cython: override_dh_python2: dh_python2 -pcython override_dh_python3: dh_python3 -pcython3 On Sat, 28 Jul 2012, Jakub Wilk wrote: > Package: ipython > Version: 0.13-1 > Severity: serious > If you rebuild

Bug#683108: ipython: python3 shebangs

2012-07-28 Thread Jakub Wilk
Package: ipython Version: 0.13-1 Severity: serious If you rebuild ipython in an up-to-date sid chroot, the following scripts end up with "#! /usr/bin/python3" shebangs: /usr/bin/ipcluster /usr/bin/ipcontroller /usr/bin/ipengine /usr/bin/iplogger /usr/bin/ipython /usr/bin/irunner /usr/bin/pycol