summaryrefslogtreecommitdiffstats
path: root/debian/dh-sphinxdoc/dh_sphinxdoc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:21:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:21:14 +0000
commit7dfd7e0390178bea75557c893330d33c493dff95 (patch)
treecf0eb597e5b2f80581ccc02390ba6d6f49dc0b42 /debian/dh-sphinxdoc/dh_sphinxdoc
parentMerging upstream version 7.3.7. (diff)
downloadsphinx-7dfd7e0390178bea75557c893330d33c493dff95.tar.xz
sphinx-7dfd7e0390178bea75557c893330d33c493dff95.zip
Merging debian version 7.3.7-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/dh-sphinxdoc/dh_sphinxdoc')
-rwxr-xr-xdebian/dh-sphinxdoc/dh_sphinxdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dh-sphinxdoc/dh_sphinxdoc b/debian/dh-sphinxdoc/dh_sphinxdoc
index ccd4a5a..fb74e9c 100755
--- a/debian/dh-sphinxdoc/dh_sphinxdoc
+++ b/debian/dh-sphinxdoc/dh_sphinxdoc
@@ -290,7 +290,7 @@ sub sanity_check($$)
}
}
defined $documentation_options or error("DOCUMENTATION_OPTIONS not found");
- my $loads_searchindex = $search =~ m{<script(?: type="text/javascript")? src="[^"]*searchindex.js\s?"(?: defer)?>};
+ my $loads_searchindex = $search =~ m{<script(?: type="text/javascript")? src="[^"]*searchindex.js\s?"(?: defer(?:="defer"))?>};
unless ($loads_searchindex)
{
# old style, used before Sphinx 2.0