Skip to content
Snippets Groups Projects
Commit 185f91d1 authored by Dmitry Shachnev's avatar Dmitry Shachnev :penguin:
Browse files

Stop running jstest during build (but still run it in the autopkgtest).

parent fc661287
No related branches found
No related tags found
No related merge requests found
sphinx (1.4.6-2) UNRELEASED; urgency=medium
* Stop running jstest during build (but still run it in the autopkgtest).
-- Dmitry Shachnev <mitya57@debian.org> Sat, 03 Sep 2016 19:54:15 +0300
sphinx (1.4.6-1) unstable; urgency=medium sphinx (1.4.6-1) unstable; urgency=medium
* New upstream bugfix release (closes: #835026). * New upstream bugfix release (closes: #835026).
......
...@@ -20,8 +20,7 @@ Build-Depends-Indep: dh-python, ...@@ -20,8 +20,7 @@ Build-Depends-Indep: dh-python,
python-babel (>= 1.3), python3-babel (>= 1.3), python-babel (>= 1.3), python3-babel (>= 1.3),
python-alabaster (>= 0.7), python3-alabaster (>= 0.7), python-alabaster (>= 0.7), python3-alabaster (>= 0.7),
python-imagesize, python3-imagesize, python-imagesize, python3-imagesize,
xvfb, xauth, libjs-jquery (>= 1.4), libjs-underscore, libjs-jquery (>= 1.4), libjs-underscore,
python3-gi, gir1.2-webkit2-4.0 (>= 2.10),
texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo,
texlive-luatex, texlive-generic-extra, texlive-luatex, texlive-generic-extra,
dvipng, dvipng,
......
...@@ -64,7 +64,6 @@ ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" "" ...@@ -64,7 +64,6 @@ ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
fi; \ fi; \
done done
rm -rf build/py2/tests/ build/py3/tests/ rm -rf build/py2/tests/ build/py3/tests/
xvfb-run -a ./debian/jstest/run-tests build/html/
endif endif
# import sphinx.pycode to generate grammar pickle files # import sphinx.pycode to generate grammar pickle files
cd build/py2/ && PYTHONHASHSEED=0 python -c "import sphinx.pycode" cd build/py2/ && PYTHONHASHSEED=0 python -c "import sphinx.pycode"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment