[PATCH] Don't produce a broken manual page

Alejandro Colomar alx.manpages at gmail.com
Tue Jan 3 10:38:23 GMT 2023


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




More information about the Pkg-llvm-team mailing list