Prevent buildsystem from gzipping manpages
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Tue, 12 May 2026 06:37:15 +0000 (08:37 +0200)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 12 May 2026 06:37:15 +0000 (08:37 +0200)
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 63fcc99911d8e0798dc385cc2008738bf13fae68..58199f9d52acc7d49cbe4fc6bba9cef9769c4ef0 100644 (file)
@@ -537,7 +537,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',