Package: libhttp-proxy-perl Version: 0.15-1 Severity: normal Tags: patch When building 'libhttp-proxy-perl' in a clean 'unstable' chroot, I get the following error:
dh_testroot ./Build clean make: ./Build: Command not found make: [clean] Error 127 (ignored) rm -rf ./Build _build dh_clean debian/rules build dh_testdir # Add here commands to compile the package. perl Build.PL installdirs=vendor Can't locate Module/Build.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at Build.PL line 3. BEGIN failed--compilation aborted at Build.PL line 3. make: *** [build] Error 2 Please add the missing Build-Depends on 'libmodule-build-perl' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/libhttp-proxy-perl-0.15/debian/control ./debian/control --- ../tmp-orig/libhttp-proxy-perl-0.15/debian/control 2005-04-12 16:48:17.141791936 +0200 +++ ./debian/control 2005-04-12 16:48:15.289157034 +0200 @@ -2,7 +2,7 @@ Section: perl Priority: optional Maintainer: Jay Bonci <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>> 4.0.0), libwww-perl, perl (>= 5.6.0-16), netbase +Build-Depends-Indep: debhelper, libmodule-build-perl, libwww-perl, perl (>= 5.6.0-16), netbase Standards-Version: 3.6.1.0 Package: libhttp-proxy-perl -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

