From: Joey Hess Date: Mon, 18 Jul 2011 21:53:45 +0000 (-0400) Subject: Support make 3.82. Closes: #634385 X-Git-Tag: 8.9.2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7ebaf2e4867cb1399975f9680fa67a55cc12fd39;p=debhelper.git Support make 3.82. Closes: #634385 --- 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; } }