* Julien Cristau <julien.cris...@logilab.fr>, 2013-08-02, 15:56:
So it will rename stuff or not based on the Build-Depends field? That seems... wrong.

Worse, it doesn't even try to parse Build-Depends. The relevant logic appears to be:

if [ -f /usr/share/dh-python/dh_python2 ] &&\
    grep -q dh-python ./debian/control 2>/dev/null
then
  exec /usr/share/dh-python/dh_python2 $@
else
  exec /usr/share/python/dh_python2 $@
fi

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130802142400.ga3...@jwilk.net

Reply via email to