diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-17 14:13:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-17 14:13:05 -0400 |
commit | 114cecf6e739aa755504eb37eb9ed89e8cab0120 (patch) | |
tree | ba8252a3061993bb4762fc4df5f4a4a9cca0ea9b | |
parent | 4229e4edcce175335538d2522ce81e48a31740bb (diff) | |
download | debhelper-114cecf6e739aa755504eb37eb9ed89e8cab0120.tar.gz |
Correct docs about multiarch and v9. Closes: #630826
-rw-r--r-- | debhelper.pod | 5 | ||||
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | dh_makeshlibs | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/debhelper.pod b/debhelper.pod index fbb76deb..2dbd4a54 100644 --- a/debhelper.pod +++ b/debhelper.pod @@ -549,10 +549,7 @@ Changes from v8 are: =item - Multiarch support. In particular, B<dh_auto_configure> passes -multiarch directories to autoconf in --libdir and --libexecdir, -while B<dh_makeshlibs> detects packages containing multiarch -directories and sets a Pre-Dependency on multiarch-support in -${misc:Pre-Depends} +multiarch directories to autoconf in --libdir and --libexecdir. =item - diff --git a/debian/changelog b/debian/changelog index 9bf728af..404f03e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ debhelper (8.1.7) UNRELEASED; urgency=low Closes: #544844 * Also, support DEB_BUILD_OPTIONS=noopt, by changing -O2 to -O0 in any variables listed by dpkg-buildflags. + * Correct docs about multiarch and v9. Closes: #630826 -- Joey Hess <joeyh@debian.org> Sat, 21 May 2011 15:24:19 -0400 diff --git a/dh_makeshlibs b/dh_makeshlibs index 03dd7ab3..6e349c39 100755 --- a/dh_makeshlibs +++ b/dh_makeshlibs @@ -21,7 +21,7 @@ libraries, and generates a shlibs file for the libraries it finds. It also adds a call to ldconfig in the F<postinst> and F<postrm> scripts (in v3 mode and above only) to any packages in which it finds shared libraries. -In v9 mode and above, packages that support multiarch are detected, and +Packages that support multiarch are detected, and a Pre-Dependency on multiarch-support is set in ${misc:Pre-Depends} ; you should make sure to put that token into an appropriate place in your debian/control file for packages supporting multiarch. |