[Python-modules-commits] [sphinx] 01/01: Stop running jstest during build (but still run it in the autopkgtest).

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Sep 3 16:57:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository sphinx.

commit 185f91d17037bfb968d07c00348a545aad02e76c
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Sep 3 19:55:31 2016 +0300

    Stop running jstest during build (but still run it in the autopkgtest).
---
 debian/changelog | 6 ++++++
 debian/control   | 3 +--
 debian/rules     | 1 -
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9edff11..f56f44e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sphinx (1.4.6-2) UNRELEASED; urgency=medium
+
+  * Stop running jstest during build (but still run it in the autopkgtest).
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 03 Sep 2016 19:54:15 +0300
+
 sphinx (1.4.6-1) unstable; urgency=medium
 
   * New upstream bugfix release (closes: #835026).
diff --git a/debian/control b/debian/control
index b81dbe3..7ce509d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,8 +20,7 @@ Build-Depends-Indep: dh-python,
   python-babel (>= 1.3), python3-babel (>= 1.3),
   python-alabaster (>= 0.7), python3-alabaster (>= 0.7),
   python-imagesize, python3-imagesize,
-  xvfb, xauth, libjs-jquery (>= 1.4), libjs-underscore,
-  python3-gi, gir1.2-webkit2-4.0 (>= 2.10),
+  libjs-jquery (>= 1.4), libjs-underscore,
   texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo,
   texlive-luatex, texlive-generic-extra,
   dvipng,
diff --git a/debian/rules b/debian/rules
index 2db6a47..af08fd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,6 @@ ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
 		fi; \
 	done
 	rm -rf build/py2/tests/ build/py3/tests/
-	xvfb-run -a ./debian/jstest/run-tests build/html/
 endif
 	# import sphinx.pycode to generate grammar pickle files
 	cd build/py2/ && PYTHONHASHSEED=0 python -c "import sphinx.pycode"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git



More information about the Python-modules-commits mailing list