summaryrefslogtreecommitdiff
path: root/dh_compress
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@debian.org>2018-12-16 18:27:10 +0300
committerDmitry Shachnev <mitya57@debian.org>2018-12-16 18:27:10 +0300
commit168544e1323f1ed827a4858dd28770a2fc428741 (patch)
treeec4f43a951f33491567e2edde0abf81a0e9ad24b /dh_compress
parent0f5af370b98f2424c332e3c33d3e7198f1786c3e (diff)
downloaddebhelper-168544e1323f1ed827a4858dd28770a2fc428741.tar.gz
dh_compress: Do not compress mkdocs search indices (search_index.json).
Diffstat (limited to 'dh_compress')
-rwxr-xr-xdh_compress2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_compress b/dh_compress
index ac426323..abba978d 100755
--- a/dh_compress
+++ b/dh_compress
@@ -133,7 +133,7 @@ on_pkgs_in_parallel {
! -iname "*.xz" ! -iname "*.lz" ! -iname "*.lzma" \\
! -iname "*.svg" ! -iname "*.svgz" ! -iname "*.js" \\
! -name "index.sgml" ! -name "objects.inv" ! -name "*.map" \\
- ! -name "*.devhelp2" \\
+ ! -name "*.devhelp2" ! -name "search_index.json" \\
! -name "copyright" 2>/dev/null || true;
find usr/share/fonts/X11 -type f -name "*.pcf" 2>/dev/null || true;
`);