http://anonscm.debian.org/gitweb/?p=debhelper/debhelper.git;a=blob;f=Debian/Debhelper/Buildsystem/python_distutils.pm;h=81cff3c9fc8fe15689605f800964f585a0725dbd;hb=00250d8cd20a37be362850d3ed8a652b0768455f#l139
"python2.7" (default) is replaced with "python" 138 if (grep /^\Q$python_default\E/, @python_requested) { 139 @python_requested = ( 140 grep(!/^\Q$python_default\E/, @python_requested), 141 "python", 142 ); 143 } 2012/10/22 Joey Hess <jo...@debian.org> > Michael Gilbert wrote: > > control: notfound -1 9.20120909 > > control: severity -1 important > > > > > Commit closing 683557 > > > > http://anonscm.debian.org/gitweb/?p=debhelper/debhelper.git;a=commitdiff;h=00250d8cd20a37be362850d3ed8a652b0768455f > > > > > > introduces one more bug: default python is not called because > > > "/usr/lib/python/distutils/" does not exists. > > > > Hi, that change is currently only on the master branch and thus not > > included in the 9.20120909 upload. Fixing the bug metadata to reflect > > that. > > Additionally, that patch does not make debhelper use > /usr/lib/python/distutils/ (which does not exist), > but /usr/lib/$python/distutils/, using a python version output by > pyversions -r, and that does exist. > > So I don't understand this bug report at all. > > -- > see shy jo >