Ryan Niebur wrote:
> --- ./perl_build.pm   2009-08-03 18:00:00.000000000 -0700
> +++ /usr/share/perl5/Debian/Debhelper/Buildsystem/perl_build.pm       
> 2009-08-03 18:01:31.000000000 -0700
> @@ -61,7 +61,9 @@
>  
>  sub clean {
>       my $this=shift;
> -     $this->do_perl("Build", "--allow_mb_mismatch", 1, "distclean", @_);
> +     if(-f "Build") {
> +             $this->do_perl("Build", "--allow_mb_mismatch", 1, "distclean", 
> @_);
> +     }

This can only be needed if you're manually specifying
--buildsystem=perl_build. Otherwise, dh_auto_clean will not detect
the perl_build buildsystem at all if Build does not exist, and will
thus do nothing.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to