From da115db8170f138734ff5257245548e1e8433c36 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 12 Oct 2024 19:00:13 +0100 Subject: [PATCH] Don't gzip the complement PDF file Debian policy requires compressing only text files in /usr/share/doc. PDF files are not required to be compressed, and have internal compression anyway. While Evince handles gzipped PDF acceptably, other tools such as Firefox do not. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index cbe925d..2cbd511 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f %: dh $@ + +override_dh_compress: + dh_compress -X.pdf -- 2.30.2