diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:20:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:20:59 +0000 |
commit | 2998bfc368dfe6f6692ac4bc15b0f8ce919f8261 (patch) | |
tree | 4576e1f794f5177b19be99e8d7f6d568f273999e /debian/rules | |
parent | Merging upstream version 7.3.7. (diff) | |
download | sphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.tar.xz sphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.zip |
Adding debian version 7.3.7-1.debian/7.3.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 0a40e5d..237612d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export NO_PKG_MANGLE=1 export LC_ALL=C.UTF-8 export PYTHONWARNINGS=d -export PYBUILD_TEST_ARGS=--verbose --ignore tests/test_api_translator.py +export PYBUILD_TEST_ARGS=--verbose --ignore tests/test_writers/test_api_translator.py locales = $(notdir $(patsubst %/LC_MESSAGES,%,$(wildcard sphinx/locale/*/LC_MESSAGES))) @@ -22,7 +22,7 @@ override_dh_auto_build: ifeq "$(filter nodoc,$(DEB_BUILD_OPTIONS))" "" PYTHONPATH=$(py3_builddir) python3 ./sphinx/cmd/build.py -T doc build/html/ find build/html/ -name '*.txt' -or -name '*.html' | xargs -L1 sed -i \ - 's!http://docutils.sourceforge.net/docs/!file:///usr/share/doc/docutils-doc/docs/!g' + 's!https://docutils.sourceforge.io/docs/!file:///usr/share/doc/docutils-doc/docs/!g' PYTHONPATH=$(py3_builddir) python3 ./sphinx/cmd/build.py -T -b man doc build/man endif PYTHONPATH=$(py3_builddir) python3 ./utils/babel_runner.py compile @@ -64,7 +64,7 @@ override_dh_auto_install: done override_dh_installchangelogs: - dh_installchangelogs CHANGES + dh_installchangelogs CHANGES.rst override_dh_installdocs: dh_installdocs |