HELP: dh_python2 fails to install files if an additional binary package is added

2014-02-11 Thread Andreas Tille
Hi, I'm working on python-pysam in the Debian Med team at git://anonscm.debian.org/debian-med/pysam.git The package was created nicely until I added an additional binary package python-pysam-tests covering the test data in a separate file (since it us usually not needed but might be helpful

Re: HELP: dh_python2 fails to install files if an additional binary package is added

2014-02-11 Thread Nicolas CANIART
I think this is what the PYBUILD_NAME variable is for. Set it to pysam (pybuild handles the python3?- prefix for you). Or use a .install file. I think that you must omit the python3?- prefix here either. I realize just now that this may be the problem I faces yesterday. Can someone confirm.