Prevent buildsystem from gzipping manpages
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Sun, 14 Jul 2024 20:22:19 +0000 (20:22 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 14 Jul 2024 20:22:19 +0000 (20:22 +0000)
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

index 74ea6616c68276c608224cfcaaa4ea0ec6d09860..aebcbe8552b0e89030b22da27aa41521b0e4bd60 100644 (file)
@@ -346,7 +346,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',