On Wed Feb 11 2015 at 4:48:55 PM Andreas Tille <[email protected]> wrote:
> On Wed, Feb 11, 2015 at 02:38:25PM +0000, Michael Crusoe wrote: > > > from khmer._khmer import _new_counting_hash > > > > > ImportError: No module named _khmer > > > > > > > The root cause is this: > > I: dh_python2 fs:297: renaming _khmermodule.so to _ > > khmermodule.x86_64-linux-gnu.so > > > > This is wrong as we only support 64bit compilation & no multiarch > > > > Evidently one can turn this off by passing '--no-ext-rename' to > dh_python2 > > but I'm having a problem tracking down where to stick this option in the > > rules script. I've fixed it with a symlink for now. > > I'm fine if it works. However, for completeness you have (at least) two > options to find out: > > 1. use codesearch > http://codesearch.debian.net/results/--no-ext-rename/page_0 I forgot to say that I had checked that: all the existing uses are CDBS users who call dh_python[23] directly which makes modifying the call trivial. I also tried passing it to `dh` but dh_python2 didn't parse the `-O--no-ext-rename`. > 2. ask on [email protected] Fair enough :-) <http://fam-tille.de> In the mean time can we upload?

