Package: gpcl Severity: normal Tags: patch When building 'gpcl' in a clean chroot, I get the following error:
make[1]: Entering directory `/gpcl-2.31' cd . && autoconf /bin/sh: autoconf: command not found make[1]: *** [configure] Error 127 make[1]: Leaving directory `/gpcl-2.31' make: *** [build-stamp] Error 2 Please add the missing Build-Depends on 'autoconf' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/gpcl-2.31/debian/control ./debian/control --- ../tmp-orig/gpcl-2.31/debian/control 2005-02-28 15:10:59.879002573 +0100 +++ ./debian/control 2005-02-28 15:08:29.333060717 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Rafael Laboissiere <[EMAIL PROTECTED]> Standards-Version: 3.5.6 -Build-Depends: debhelper +Build-Depends: debhelper, autoconf Package: libgpcl0 Section: non-free/libs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

