summaryrefslogtreecommitdiff
path: root/dh_shlibdeps.1
diff options
context:
space:
mode:
authorjoey <joey>2000-11-06 23:57:58 +0000
committerjoey <joey>2000-11-06 23:57:58 +0000
commit1d9a72073d0f54f96be2404929a452cdf90c2f6b (patch)
treef9d68fc88fe0661e807c6f26c56bfab80e306b15 /dh_shlibdeps.1
parent86f7ae9de59a682f596bff2fbaae1b7f05b82370 (diff)
r383: * dh_movefiles: no longer does the symlink ordering hack, as
this is supported by dpkg itself now. Added a dependancy on dpkg-dev >= 1.7.0 to make sure this doesn't break anything. * While I'm updating for dpkg 1.7.0, I removed the -ldirectory hack from dh_shlibdeps; dpkg-shlibdeps has its own much more brutal hack to make this work. The switch is ignored now for backwards compatability. * dh_suidregister will be deprecated soon -- dpkg-statoverride is a much better way.
Diffstat (limited to 'dh_shlibdeps.1')
-rw-r--r--dh_shlibdeps.110
1 files changed, 2 insertions, 8 deletions
diff --git a/dh_shlibdeps.1 b/dh_shlibdeps.1
index d09967a9..6ced958c 100644
--- a/dh_shlibdeps.1
+++ b/dh_shlibdeps.1
@@ -3,7 +3,7 @@
dh_shlibdeps \- calculate shared library dependancies
.SH SYNOPSIS
.B dh_shlibdeps
-.I "[debhelper options] [-ldirectory] [-uparams] [-Xitem] [-- params]"
+.I "[debhelper options] [-uparams] [-Xitem] [-- params]"
.SH "DESCRIPTION"
dh_shlibdeps is a debhelper program that is responsible for calculating
shared library dependancies for packages.
@@ -32,13 +32,7 @@ This may be useful in some situations, but use it with caution. This option
may be used more than once to exclude more than one thing.
.TP
.B \-ldirectory
-Before
-.BR dpkg-shlibdeps (1)
-is run, LD_LIBRARY_PATH will be set to the specified directory.
-This is useful for multi-binary packages where a library
-is built in one package and another package contains binaries linked
-against said library. Note that the paths used must be absolute or
-dpkg-shlibdeps will become confused.
+This option is ignored, for backwards compatability.
.SH ENVIRONMENT
See
.BR debhelper (1)