[Andreas Tille, 2015-07-29] > I intend to package python-skbio as a predependency of a Debian Med > package upgrade. I have prepared the packaging in SVN[1] but it does > not build but fails with a strange error, that I have never seen in > Python modules: > > ... > Copying scikit_bio.egg-info to > /home/andreas/debian-maintain/repack/python-skbio/old/scikit-bio-0.2.3/debian/python3-skbio/usr/lib/python3.4/dist-packages/scikit_bio-0.2.3.egg-info > running install_scripts > dh_install -O--buildsystem=pybuild > dh_install: python-skbio missing files (/usr/lib/python2*), aborting > debian/rules:10: recipe for target 'binary' failed > make: *** [binary] Error 2 > ... > > Any idea what might be wrong here?
dh_install tries to install files listed in *.install files, but you told pybuild to install them directly into python-skbio or python3-skbio package. Remove *.install files or PYBUILD_NAME line from debian/rules -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645 -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150729165613.gu18...@sar0.p1otr.com