diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-06-16 10:32:34 +0200 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-16 10:47:56 -0400 |
commit | 4229e4edcce175335538d2522ce81e48a31740bb (patch) | |
tree | b55e132e5149fb56e7d8aff9884700a92782caed | |
parent | 0f2969a41c07f0435ddac202a858ab914fd7eff7 (diff) | |
download | debhelper-4229e4edcce175335538d2522ce81e48a31740bb.tar.gz |
Fix =>/>= typo in dh_makeshlibs(1).
-rwxr-xr-x | dh_makeshlibs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_makeshlibs b/dh_makeshlibs index 9880211d..03dd7ab3 100755 --- a/dh_makeshlibs +++ b/dh_makeshlibs @@ -60,7 +60,7 @@ 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 B<-V> is specified with no dependency information, the current upstream version of the package is plugged into a -dependency that looks like "I<packagename> B<(=E<gt>> I<packageversion>B<)>". Note that in +dependency that looks like "I<packagename> B<(E<gt>>= I<packageversion>B<)>". Note that in debhelper compatibility levels before v4, the Debian part of the package version number is also included. If B<-V> is specified with parameters, the parameters can be used to specify the exact dependency information needed |