Re: package with multiple modules name spaces

2015-07-20 Thread Piotr Ożarowski
[PICCA Frederic-Emmanuel, 2015-07-17] I am working on a source package pymca, which will provide 2 modules PyMca5 and fisx [...] export PYBUILD_NAME=pymca5 %: dh $@ --with python2,python3 --buildsystem=pybuild you can 1) invoke dh twice with different set of options (if these

package with multiple modules name spaces

2015-07-17 Thread PICCA Frederic-Emmanuel
Hello, I am working on a source package pymca, which will provide 2 modules PyMca5 and fisx now following the policy I must name the binary package this way python-pymca5 python3-pymca5 python-fisx python3-fisx The previous package provided only one module, so I should use the minimalist dh