]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_clean
Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelper
[debhelper.git] / dh_auto_clean
index 1303570384be0840041f99d48082ca3a165f4171..610155ae5653eaad2d69e79b5807c54d021bc73f 100755 (executable)
@@ -31,7 +31,7 @@ dh_auto_clean at all, and just run make clean manually.
 
 =item B<--> I<params>
 
-Pass "params" to the program that is run. These can be used to suppliment
+Pass "params" to the program that is run. These can be used to supplement
 or override the any standard parameters that dh_auto_clean passes.
 
 =back
@@ -60,6 +60,7 @@ elsif (-e "setup.py") {
        doit('find', '.', '-name', '*.pyc', '-exec', 'rm', '{}', ';');
 }
 elsif (-e "Build.PL" && -e "Build") {
+       $ENV{MODULEBUILDRC} = "/dev/null";
        doit("perl", "Build", "--allow_mb_mismatch", 1, "distclean", @{$dh{U_PARAMS}});
 }