Package: asis-doc Version: 2005-1 Severity: serious Tags: patch When building 'asis-doc' in a clean 'unstable' chroot, I get the following error:
dh_testdir make: dh_testdir: Command not found make: *** [clean] Error 127 Later in the build process there is another problem because 'makeinfo' is used but the texinfo package in not installed. Please add the missing Build-Depends on 'debhelper, texinfo' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/asis-doc-2005/debian/control ./debian/control --- ../tmp-orig/asis-doc-2005/debian/control 2006-07-24 09:37:35.000000000 +0000 +++ ./debian/control 2006-07-24 09:37:33.000000000 +0000 @@ -3,7 +3,7 @@ Section: non-free/doc Priority: optional Standards-Version: 3.7.2 -Build-Depends: tetex-extra (>= 3.0) +Build-Depends: debhelper, texinfo, tetex-extra (>= 3.0) Package: asis-doc Architecture: all -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

