From 7ebaf2e4867cb1399975f9680fa67a55cc12fd39 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Jul 2011 17:53:45 -0400 Subject: [PATCH] Support make 3.82. Closes: #634385 --- debian/changelog | 6 ++++++ dh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 35e8137..b5cec81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (8.9.2) UNRELEASED; urgency=low + + * Support make 3.82. Closes: #634385 + + -- Joey Hess Mon, 18 Jul 2011 17:52:55 -0400 + debhelper (8.9.1) unstable; urgency=low * Typo fixes. Closes: #632662 diff --git a/dh b/dh index f77e594..443d934 100755 --- a/dh +++ b/dh @@ -843,7 +843,7 @@ sub rules_explicit_target { if (defined $current_target) { if (/^#/) { # Check if target has commands to execute - if (/^#\s*commands to execute/) { + if (/^#\s*(commands|recipe) to execute/) { $targets{$current_target} = 1; } } -- 2.39.5