Changelog
sphinx (1.1.2+dfsg-5) unstable; urgency=low
* Don't run ‘python setup.py clean’ in the clean target (we nuke the whole
build subdirectory anyway).
* Move python-all and python-setuptools from Build-Depends to
Build-Depends-Indep, as it's not needed in the clean target anymore.
* Don't run dh_testroot in the clean target. There's a good chance that root
privileges are not needed (e.g. because binary target was run under
fakeroot), and even if they are actually needed, the target will fail
quickly.
* Run tests against Python 3:
+ Add build-dependency on python3-nose, python3-docutils,
python3-pygments, python3-jinja2, python3-sqlalchemy.
+ Add python3_test_syspath.diff to fix Python 3 sys.path for the test
runner.
+ Add python3_test_build_dir.diff to hardcode Python 3 build directory in
the test runner to the one that the package uses.
+ Add test running code debian/rules. Don't use --no-skip for the moment,
as some required packages don't exist yet (see #647441, #647439). Set
LC_ALL=C.UTF-8 to work around failures under LC_ALL=C (see
<http://deb.li/H8ED> and <http://deb.li/3Rw0z>).
-- Jakub Wilk <email address hidden> Tue, 14 Feb 2012 00:13:35 +0100