Re: Can't exec "pyversions"

2017-10-27 Thread Dmitry Shachnev
Hi Ondrej! On Fri, Oct 27, 2017 at 08:18:43AM +0200, Ondrej Tuma wrote: > Yes, > > but how can I tell to dh_ to use py3versions instead of pyversions ? Use pybuild buildsystem: dh $@ --with python3 --buildsystem=pybuild And make sure you have dh-python in build-depends. See pybuild(1) man pa

Re: Can't exec "pyversions"

2017-10-26 Thread Ondrej Tuma
first official debian package of my Formiko > >application. So Formiko is gui application, and i want to create > >package with python3. But when i try build package with sbuild, I got > >error: > > > >Can't exec "pyversions": No such file or directory

Re: Can't exec "pyversions"

2017-10-26 Thread Scott Kitterman
ld package with sbuild, I got >error: > >Can't exec "pyversions": No such file or directory ... > >What i see, pyversions is in python-minimal package, but in control I >have Build-Depends only on python3. I know, that i solve the problem >simple adding python or p

Can't exec "pyversions"

2017-10-26 Thread Ondrej Tuma
Hi there, i try to create my first official debian package of my Formiko application. So Formiko is gui application, and i want to create package with python3. But when i try build package with sbuild, I got error: Can't exec "pyversions": No such file or directory ... What i