diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/docutils_manpage_macros.diff | 22 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 23 deletions
diff --git a/debian/patches/docutils_manpage_macros.diff b/debian/patches/docutils_manpage_macros.diff deleted file mode 100644 index e56ff00..0000000 --- a/debian/patches/docutils_manpage_macros.diff +++ /dev/null @@ -1,22 +0,0 @@ -From: Dmitry Shachnev <mitya57@debian.org> -Date: Thu, 3 Aug 2023 19:23:41 +0300 -Subject: Make test_build_manpage pass with docutils 0.19+dfsg-7 - -I backported the change from upstream 0.21 to our 0.19 and 0.20 packaging. ---- - tests/test_builders/test_build_manpage.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/test_builders/test_build_manpage.py b/tests/test_builders/test_build_manpage.py -index 31d75d6..7563dd7 100644 ---- a/tests/test_builders/test_build_manpage.py -+++ b/tests/test_builders/test_build_manpage.py -@@ -56,7 +56,7 @@ def test_captioned_code_block(app, status, warning): - app.build(force_all=True) - content = (app.outdir / 'projectnamenotset.1').read_text(encoding='utf8') - -- if docutils.__version_info__[:2] < (0, 21): -+ if docutils.__version_info__[:2] < (0, 19): - expected = """\ - .sp - caption \\fItest\\fP rb diff --git a/debian/patches/series b/debian/patches/series index f33bbe2..39c8d82 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,4 +5,3 @@ use_packaged_mathjax.diff skip_tests_serializinghtml.diff move_sphinxcontrib_to_extras_require.diff intersphinx_local.diff -docutils_manpage_macros.diff |