From: Debian Multimedia Maintainers Date: Wed, 30 Aug 2023 09:52:26 +0000 (+0200) Subject: Provide a useful whatis entry in the manpage X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2^2^2^2^2^2^2^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cfb1322b95192cf386857faeabf871bcd4c68fde;p=jacktrip.git Provide a useful whatis entry in the manpage Origin: Debian Bug: https://github.com/jacktrip/jacktrip/issues/1185 Last-Update: 2023-08-30 Last-Update: 2023-08-30 Gbp-Pq: Name manpage.patch --- diff --git a/meson.build b/meson.build index 6d22d33..c088a2a 100644 --- a/meson.build +++ b/meson.build @@ -293,6 +293,7 @@ if (host_machine.system() == 'linux') if help2man.found() gzip = find_program('gzip', required: false) help2man_opts = [ + '--name="Network Music Performance over the Internet"', '--no-info', '--section=1'] manfile = custom_target('jacktrip.1', @@ -317,4 +318,4 @@ summary({'JACK': jack_dep.found(), summary({'Application ID': application_id, 'GUI': not get_option('nogui'), 'WAIR': get_option('wair'), - 'Manpage': help2man.found()}, bool_yn: true, section: 'Configuration') \ No newline at end of file + 'Manpage': help2man.found()}, bool_yn: true, section: 'Configuration')