Re: Packaging pytango 9.2.0

2016-08-30 Thread Piotr Ożarowski
[PICCA Frederic-Emmanuel, 2016-08-30] > dh_python add a dependency to python-pytango and not python-tango Did you add dh-python to Build-Depends of that package? Did you add python{,3}-tango to Build-Depends? .oO( did you try to turn it off and on again? ;) -- Piotr Ożarowski

how to build sphinx doc when there is extension

2016-08-30 Thread PICCA Frederic-Emmanuel
Hello I am using this snipset when I want to build the sphinx documentation for all python available. (this is a sort of unit test). Usually the sphinx doc use auto-doc and then it allows to check that all modules can be imported. override_dh_sphinxdoc: ifeq (,$(findstring nodocs, $(DEB_BUILD_

RE:Packaging pytango 9.2.0

2016-08-30 Thread PICCA Frederic-Emmanuel
Here for itango Build-Depends: debhelper (>= 9), dh-python, python-all-dev, python-setuptools, python-tango, python3-all-dev, python3-setuptools, python3-tango Package: python3-itango Architec

Re: Packaging pytango 9.2.0

2016-08-30 Thread Piotr Ożarowski
Ah, right, `dpkg -S foo.egg-info` (i.e. search for locally installed eggs) has lower priority than fallback files. I will give fallback files provided by dh-python package (those without versioned dependency) a lower priority in next upload. Until then, please use debian/py3dist-overrides to fix it

Re: how to build sphinx doc when there is extension

2016-08-30 Thread Piotr Ożarowski
[PICCA Frederic-Emmanuel, 2016-08-30] > I am using this snipset when I want to build the sphinx documentation for all > python available. (this is a sort of unit test). > Usually the sphinx doc use auto-doc and then it allows to check that all > modules can be imported. > > override_dh_sphinxdo

RE:how to build sphinx doc when there is extension

2016-08-30 Thread PICCA Frederic-Emmanuel
> how about doing it outside pybuild? Do you really need to build it for > each interpreter / version? It is a sort of unit test during the build that auto-doc works for all versions of the interpreter. th eunit test is try to import all the modules provided by a packages. Is there something w

Re: how to build sphinx doc when there is extension

2016-08-30 Thread Ben Finney
PICCA Frederic-Emmanuel writes: > > how about doing it outside pybuild? Do you really need to build it for > > each interpreter / version? > > > It is a sort of unit test during the build that auto-doc works for all > versions of the interpreter. You're only installing one version of the documen