Package: stx2any Version: 1.54-2 Severity: serious Tags: patch When building 'stx2any' in a clean 'unstable' chroot, I get the following error:
make[1]: Entering directory `/stx2any-1.54' chmod +x scripts/* regression/run-tests ./scripts/strip_stx common/header.lsed >common/header.sed ./scripts/gather_stx_titles -p examples -f txt -t html examples/stx2any.txt examples/Stx-doc.txt examples/Stx-ref.txt examples/strip_stx.txt examples/gather_stx_titles.txt examples/html2stx.txt examples/accreditions.txt examples/extract_usage_from_stx.txt common/header.sed > titles.m4 ./scripts/gather_stx_titles: line 72: m4: command not found cat: ./messages/gather_stx_titles.usage: No such file or directory make[1]: *** [titles.m4] Error 1 make[1]: Leaving directory `/stx2any-1.54' make: *** [build-stamp] Error 2 Please add the missing Build-Depends on 'm4' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/stx2any-1.54/debian/control ./debian/control --- ../tmp-orig/stx2any-1.54/debian/control 2006-06-20 11:55:27.000000000 +0000 +++ ./debian/control 2006-06-20 11:22:46.000000000 +0000 @@ -2,7 +2,7 @@ Section: text Priority: extra Maintainer: Panu Kalliokoski <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.0.0), w3m +Build-Depends-Indep: debhelper, w3m, m4 Standards-Version: 3.6.2 Package: stx2any -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

