pybuild installation directory

2016-05-07 Thread Jeremy Sanders
I'm trying to update the veusz package to use python3 and pybuild. It seems be default that pybuild installs in usr/lib/python3.X/dist-packages/veusz. As far as I can see, the package should be installed in in usr/lib/python3/dist-packages/veusz. There's both arch-specific and non-arch-specif

Re: pybuild installation directory

2016-05-07 Thread Piotr Ożarowski
[Jeremy Sanders, 2016-05-07] > I'm trying to update the veusz package to use python3 and pybuild. It seems > be default that pybuild installs in usr/lib/python3.X/dist-packages/veusz. > > As far as I can see, the package should be installed in in > usr/lib/python3/dist-packages/veusz. There's both

Re: pybuild installation directory

2016-05-07 Thread Piotr Ożarowski
[Piotr Ożarowski, 2016-05-07] > If you really want to change it in pybuild, use --destdir or > PYBUILD_DESTDIR or PYBUILD_DESTDIR_python3 err, PYBUILD_INSTALL_ARGS=--install-lib=/usr/lib/python3/dist-packages/ (I still recommend to let dh_python3 handle it, though) -- Piotr Ożarowski