[PATCH] Don't produce a broken manual page

Kim Gräsman kim.grasman at gmail.com
Tue Jan 3 11:03:14 GMT 2023


Thank you for keeping an eye out!

I can only confirm that the include-what-you-use manpage has been around
since IWYU 0.14 for LLVM 10, and we're doing our best to keep it up-to-date
and functional. So it seems like a good bet to use it as-is.

Cheers,
- Kim

On Tue, Jan 3, 2023 at 11:41 AM Alejandro Colomar <alx.manpages at gmail.com>
wrote:

> Upstream already has a good manual page.  Let's keep it.
>
> Cc: Kim Gräsman <kim.grasman at gmail.com>
> Signed-off-by: Alejandro Colomar <alx at kernel.org>
> ---
>
> Hello Sylvestre,
>
> I didn't test this patch, so please take it with a pinch of salt.
> But this seems to be the root of the problem with the manual page.
> If there's any other modification that needs to be done, please tell me.
> I'm not familiar with Debian packaging.
>
> Cheers,
>
> Alex
>
>
>  debian/rules | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/debian/rules b/debian/rules
> index 782268e..408322b 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -27,7 +27,6 @@ override_dh_auto_configure:
>
>  override_dh_auto_build:
>         dh_auto_build
> -       help2man --no-info --version-string "$(VERSION)" -n "Analyze
> #includes in C and C++ source files"
> $(TARGET_BUILD)/bin/include-what-you-use >
> $(TARGET_BUILD)/include-what-you-use.1
>         cd $(TARGET_BUILD) && ln -s include-what-you-use.1 iwyu.1 && \
>         cp ../fix_includes.py fix_include
>         chrpath -d $(TARGET_BUILD)/bin/include-what-you-use
> --
> 2.39.0
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-llvm-team/attachments/20230103/43fdc3c5/attachment.htm>


More information about the Pkg-llvm-team mailing list