Package: fweb
Version: 1.62-14
Severity: wishlist
Tags: patch
User:debian-de...@lists.debian.org
Usertags: loongarch64
Dear maintainers,
When I compiled 1.62-14 for loongarch architecture. Currently the texinfo
upgrade to 7.*.
The folder name is changed from fweb to fweb_html by using makeinfo --html
fweb.texi, so the rules should be modified after texinfo upgrade.
We have added sample patch and built success in my localenv.
The sample is following:
diff --git a/debian/rules b/debian/rules
index d83dad5..0b8018b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,7 @@ clean:
-rm -f Web/idxmerge Web/idxmerge.c Web/custom.h Web/config.h \
Manual/fweb.info* Manual/fweb*.html
- rm -rf Manual/fweb/
+ rm -rf Manual/fweb_html/
rm -f Web/fweave.mds Web/fweave.ndx
dh_clean
@@ -88,7 +88,7 @@ install: build
mandir=${mandir}/man1 \
install
# documentation
- ${installdoc} Manual/fweb/* ${htmldocdir}/
+ ${installdoc} Manual/fweb_html/* ${htmldocdir}/
${installdoc} Manual/fweb.texi ${docdir}/
${installdoc} debian/idxmerge.1 ${mandir}/man1/
ln -s fweb.1.gz ${mandir}/man1/fweave.1.gz
If you have any questions, you can contact me at any time.