diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-14 16:14:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-14 16:14:56 -0400 |
commit | cbe68c8579e8abc03aeff939306b2d34cb1fe8ac (patch) | |
tree | fec3151060f4324afb86fe5f90cca94e5f60a3f4 /debhelper.pod | |
parent | 9e4341d34daca3d00a0866a259162f3d55407231 (diff) |
dh_auto_configure: In v9, does not include the source package name in --libexecdir when using autoconf. Closes: #541458
Fixed rleigh's patch to be more correct in the edge case where there is
a non-multiarch dpkg (ie, backports).
Diffstat (limited to 'debhelper.pod')
-rw-r--r-- | debhelper.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debhelper.pod b/debhelper.pod index 9939ea1..d61cc84 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -550,6 +550,11 @@ while B<dh_makeshlibs> detects packages containing multiarch directories and sets a Pre-Dependency on multiarch-support in ${misc:Pre-Depends} +=item - + +B<dh_auto_configure> does not include the source package name +in --libexecdir when using autoconf. + =back =back |