From e1cbf912e56aa6a0104fc47f21515eb5a7525302 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Nov 2013 22:16:41 -0400 Subject: Fix (horrible) make output parsing code to work with make 4.0. Closes: #728800 Thanks, Julien Pinon --- Debian/Debhelper/Buildsystem/makefile.pm | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Debian/Debhelper/Buildsystem/makefile.pm b/Debian/Debhelper/Buildsystem/makefile.pm index dcc5da87..2c68a836 100644 --- a/Debian/Debhelper/Buildsystem/makefile.pm +++ b/Debian/Debhelper/Buildsystem/makefile.pm @@ -61,7 +61,7 @@ sub exists_make_target { return defined $output && length $output - && $output !~ /\*\*\* No rule to make target `\Q$target\E'/; + && $output !~ /\*\*\* No rule to make target (`|')\Q$target\E'/; } sub do_make { diff --git a/debian/changelog b/debian/changelog index ca6a50ec..6eb82159 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (9.20131105) UNRELEASED; urgency=low + + * Fix (horrible) make output parsing code to work with make 4.0. + Closes: #728800 Thanks, Julien Pinon + + -- Joey Hess Tue, 05 Nov 2013 22:15:59 -0400 + debhelper (9.20131104) unstable; urgency=low [ Joey Hess ] -- cgit v1.2.3