summaryrefslogtreecommitdiff
path: root/dh_makeshlibs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-17 14:13:05 -0400
committerJoey Hess <joey@kitenet.net>2011-06-17 14:13:05 -0400
commit114cecf6e739aa755504eb37eb9ed89e8cab0120 (patch)
treeba8252a3061993bb4762fc4df5f4a4a9cca0ea9b /dh_makeshlibs
parent4229e4edcce175335538d2522ce81e48a31740bb (diff)
Correct docs about multiarch and v9. Closes: #630826
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-xdh_makeshlibs2
1 files changed, 1 insertions, 1 deletions
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.