El 13/2/23 a las 8:21, Bo YU escribió:
The fix is easy and I have tested the patch already on my machines.

Hi. Note that the deb package of gawk does not contain any .info files,
so adding a build-dependency on texinfo should not really be needed.
(The build failure is actually an artifact of removing the *.texi
manual for license reasons).

I attach another patch which I think it's slightly better.

Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ LOCALIAS=/usr/share/locale/locale.alias
        dh $@
 
 override_dh_auto_configure:
-       dh_auto_configure -- --disable-rpath
+       MAKEINFO=true dh_auto_configure -- --disable-rpath
        touch --date="Jan 01 2000" \
             doc/gawktexi.in doc/gawk.texi doc/gawkinet.texi \
             doc/gawkworkflow.texi doc/pm-gawk.texi doc/gawkworkflow.info \

Reply via email to