From 80c6dde6a7f9e29e0e00a775bf5c3bf84d3f9282 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 28 May 2010 15:04:22 -0400 Subject: In v8 mode, prefer the perl_build buildsystem over perl_makemaker. Closes: #578805 --- Debian/Debhelper/Dh_Buildsystems.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Debian/Debhelper/Dh_Buildsystems.pm') diff --git a/Debian/Debhelper/Dh_Buildsystems.pm b/Debian/Debhelper/Dh_Buildsystems.pm index a14ff037..22f80f9e 100644 --- a/Debian/Debhelper/Dh_Buildsystems.pm +++ b/Debian/Debhelper/Dh_Buildsystems.pm @@ -20,10 +20,11 @@ use constant BUILD_STEPS => qw(configure build test install clean); # build systems MUST be added to the END of the list. our @BUILDSYSTEMS = ( "autoconf", + (! compat(7) ? "perl_build" : ()), "perl_makemaker", "makefile", "python_distutils", - "perl_build", + (compat(7) ? "perl_build" : ()), "cmake", "ant", "qmake", -- cgit v1.2.3