From: Ben Harris Date: Sat, 12 Oct 2024 18:00:13 +0000 (+0100) Subject: Don't gzip the complement PDF file X-Git-Tag: debian/002.008-2~4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=da115db8170f138734ff5257245548e1e8433c36;p=bedstead-debian.git 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. --- 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