From: Joey Hess Date: Tue, 14 Jun 2011 20:17:09 +0000 (-0400) Subject: Merge branch 'master' into smarter-targets X-Git-Tag: 8.9.0~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c64ed6af2930e40666aa3069d4e40a7dcd1bc1dd;p=debhelper.git Merge branch 'master' into smarter-targets Conflicts: debhelper.pod debian/changelog --- c64ed6af2930e40666aa3069d4e40a7dcd1bc1dd diff --cc debhelper.pod index 301f047,d61cc84..d54bf4e --- a/debhelper.pod +++ b/debhelper.pod @@@ -552,9 -552,9 +552,14 @@@ ${misc:Pre-Depends =item - -B does not include the source package name +dh supports use of standard targets in debian/rules without needing +to manually define the dependencies between targets there. + ++=item - ++ ++ does not include the source package name + in --libexecdir when using autoconf. + =back =back diff --cc debian/changelog index a626a3e,35692da..d22e50e --- a/debian/changelog +++ b/debian/changelog @@@ -3,11 -3,8 +3,13 @@@ debhelper (8.1.7) UNRELEASED; urgency=l * Fix example. Closes: #627534 * Fix error message. Closes: #628053 * dh_movefiles: Optimise use of xargs. Closes: #627737 + * dh: In v9, any standard rules file targets, including build-arch, + build-indep, build, install, etc, can be defined in debian/rules + without needing to explicitly tell make the dependencies between + the targets. Closes: #629139 + (Thanks, Roger Leigh) + * dh_auto_configure: In v9, does not include the source package name + in --libexecdir when using autoconf. Closes: #541458 -- Joey Hess Sat, 21 May 2011 15:24:19 -0400