diff options
-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 |