Package: mftrace Version: 1.1.12-1 Severity: serious Tags: patch When building 'mftrace' in a clean 'unstable' chroot, I get the following error:
checking for gcc option to accept ANSI C... none needed checking whether byte ordering is bigendian... no configure: creating ./config.status config.status: creating GNUmakefile config.status: creating mftrace config.status: creating mftrace.spec config.status: creating config.h ************************************************** WARNING: you need potrace or autotrace for running ************************************************** make: *** [configure-stamp] Error 2 Please add the missing Build-Depends on 'potrace' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/mftrace-1.1.12/debian/control ./debian/control --- ../tmp-orig/mftrace-1.1.12/debian/control 2005-07-21 11:33:14.000000000 +0000 +++ ./debian/control 2005-07-21 11:33:07.000000000 +0000 @@ -2,7 +2,7 @@ Section: tex Priority: extra Maintainer: Julian Gilbey <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), python (>= 2.3), python (<< 2.4) +Build-Depends: debhelper, python (>= 2.3), python (<< 2.4), potrace Standards-Version: 3.6.1 Package: mftrace -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

