summaryrefslogtreecommitdiff
path: root/dh_makeshlibs
diff options
context:
space:
mode:
authorjoey <joey>2005-04-22 15:37:43 +0000
committerjoey <joey>2005-04-22 15:37:43 +0000
commit6a98699c62fde1e1c75b35ecc360dd675e732187 (patch)
tree7054c331dbb2a6039b19ada50c9f93d8a62c6b90 /dh_makeshlibs
parentd721a00f78677b0f8d0c7ece96e5e732115e05ba (diff)
r1754: * Man page typo fixes. Closes: #305809, #305804, #305815, #305810
Closes: #305812, #305814, #305819, #305818, #305817, #305822
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-xdh_makeshlibs16
1 files changed, 8 insertions, 8 deletions
diff --git a/dh_makeshlibs b/dh_makeshlibs
index 5a032790..c530b4ce 100755
--- a/dh_makeshlibs
+++ b/dh_makeshlibs
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
=head1 SYNOPSIS
-B<dh_makeshlibs> [S<I<debhelper options>>] [B<-m>I<major>] [B<-V>I<[dependancies]>] [B<-n>] [B<-X>I<item>]
+B<dh_makeshlibs> [S<I<debhelper options>>] [B<-m>I<major>] [B<-V>I<[dependencies]>] [B<-n>] [B<-X>I<item>]
=head1 DESCRIPTION
@@ -32,19 +32,19 @@ use the major number specified after the -m parameter. This is much less
useful than it used to be, back in the bad old days when this program
looked at library filenames rather than using objdump.
-=item B<-V>, B<-V>I<dependancies>
+=item B<-V>, B<-V>I<dependencies>
-=item B<--version-info>, B<--version-info=>I<dependancies>
+=item B<--version-info>, B<--version-info=>I<dependencies>
By default, the shlibs file generated by this program does not make packages
depend on any particular version of the package containing the shared
library. It may be necessary for you to add some version dependancy
-information to the shlibs file. If -V is specified with no dependancy
+information to the shlibs file. If -V is specified with no dependency
information, the current upstream version of the package is plugged into a
-dependancy that looks like "packagename (>= packageversion)". Note that in
-debhelper compatability levels before v4, the debian part of the package
+dependency that looks like "packagename (>= packageversion)". Note that in
+debhelper compatibility levels before v4, the debian part of the package
version number is also included. If -V is specified with parameters, the
-parameters can be used to specify the exact dependancy information needed
+parameters can be used to specify the exact dependency information needed
(be sure to include the package name).
Beware of using -V without any parameters; this is a conservative setting
@@ -146,7 +146,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
# as a side effect.
isnative($package);
my $version = $dh{VERSION};
- # Old compatability levels include the
+ # Old compatibility levels include the
# debian revision, while new do not.
if (! compat(3)) {
# Remove debian version, if any.