From 1ecb1de57c8da8a525aca38e084140f0001c5702 Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Thu, 17 Oct 2024 22:33:00 +0200 Subject: [PATCH] Prevent buildsystem from gzipping manpages Origin: Debian Forwarded: not-needed Last-Update: 2023-09-25 dh_installman does this for us Last-Update: 2023-09-25 Gbp-Pq: Name dont_compress_manpages.patch --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0685415..d6ae160 100644 --- a/meson.build +++ b/meson.build @@ -355,7 +355,7 @@ if (host_machine.system() == 'linux') command: [help2man, help2man_opts, '--output=@OUTPUT@', jacktrip], install: not gzip.found(), install_dir: get_option('mandir') / 'man1') - if gzip.found() + if gzip.found() or false custom_target('jacktrip.1.gz', input: manfile, output: 'jacktrip.1.gz', -- 2.30.2