diff -Nru pytables-3.7.0/debian/changelog pytables-3.7.0/debian/changelog --- pytables-3.7.0/debian/changelog 2022-03-16 23:51:30.000000000 +0000 +++ pytables-3.7.0/debian/changelog 2022-04-14 06:39:28.000000000 +0000 @@ -1,8 +1,8 @@ -pytables (3.7.0-2build1) jammy; urgency=medium +pytables (3.7.0-3) unstable; urgency=medium - * No-change rebuild with Python 3.10 only + * Fix documentation build (Closes: #1009459). - -- Graham Inggs Wed, 16 Mar 2022 23:51:30 +0000 + -- Antonio Valentino Thu, 14 Apr 2022 06:39:28 +0000 pytables (3.7.0-2) unstable; urgency=medium diff -Nru pytables-3.7.0/debian/rules pytables-3.7.0/debian/rules --- pytables-3.7.0/debian/rules 2021-12-30 11:14:17.000000000 +0000 +++ pytables-3.7.0/debian/rules 2022-04-14 06:39:28.000000000 +0000 @@ -28,9 +28,9 @@ $(MAKE) ANNOUNCE.txt dh_auto_build --buildsystem=pybuild ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) - cd $(shell ls -1d $(CURDIR)/.pybuild/cpython3_3.*/build | tail -n 1) && \ + cd $(CURDIR)/.pybuild/cpython3_$(shell py3versions -vd)/build && \ env PYTHONPATH=. python3 -m sphinx -M html $(CURDIR)/doc/source $(CURDIR)/doc/build -N $(SPHINXOPTS) - cd $(shell ls -1d $(CURDIR)/.pybuild/cpython3_3.*/build | tail -n 1) && \ + cd $(CURDIR)/.pybuild/cpython3_$(shell py3versions -vd)/build && \ env PYTHONPATH=. python3 -m sphinx -M latexpdf $(CURDIR)/doc/source $(CURDIR)/doc/build -N $(SPHINXOPTS) mv doc/build/html doc/html mv doc/build/latex/usersguide-*.pdf doc/usersguide.pdf