The scikit-learn packaging only builds python2 packages, even though upstream does support python3 (this is bug #730532). I happen to need scikit with python3 so I tried to update the packaging using the instructions at https://wiki.debian.org/Python/Pybuild , but I consistently get a python3-sklearn package containing only /usr/share/doc. Can anyone suggest what I might have done wrong? In the build log, it appears that pybuild did build both v2 and v3 versions of the software, but then only v2 got copied into appropriate subdirectories of debian/ to be picked up by dpkg-deb.
I'm attaching my modified debian/control and debian/rules. I already know that commenting out the override_dh_python2 block broke something *else* -- that's not the immediate problem. zw
control
Description: Binary data
rules
Description: Binary data