diff options
Diffstat (limited to 'debian/patches/docutils_manpage_macros.diff')
-rw-r--r-- | debian/patches/docutils_manpage_macros.diff | 22 |
1 files changed, 0 insertions, 22 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 |