From db7f72ff48072d3aafc1f6ffda9e3d8e477553d0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 25 Jan 2011 17:13:21 -0400 Subject: [PATCH] remove MODULEBUILDRC override This doesn't work reliably, see #607313. Probably that is caused by the perl_build buildsystem not being detected for a package that has a Makefile.PL, and so MODULEBUILDRC is not overridden. So, I could add it there too, but then it's also possible for it to be run from a Makefile.. so I could add it to dh_auto_*. But then there are packages that don't use those. So I conclude that dealing with this in debhelper is out of its scope, and this needs to be fixed at a higher level, probably dpkg-dev. --- Debian/Debhelper/Buildsystem/perl_build.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Debian/Debhelper/Buildsystem/perl_build.pm b/Debian/Debhelper/Buildsystem/perl_build.pm index 2afa5e5..deb9a37 100644 --- a/Debian/Debhelper/Buildsystem/perl_build.pm +++ b/Debian/Debhelper/Buildsystem/perl_build.pm @@ -26,7 +26,6 @@ sub check_auto_buildable { sub do_perl { my $this=shift; - $ENV{MODULEBUILDRC} = "/dev/null"; $this->doit_in_sourcedir("perl", @_); } -- 2.39.2