]> git.donarmstrong.com Git - debhelper.git/commitdiff
r490: another inexplicable megacommit
authorjoey <joey>
Thu, 6 Sep 2001 04:49:39 +0000 (04:49 +0000)
committerjoey <joey>
Thu, 6 Sep 2001 04:49:39 +0000 (04:49 +0000)
dh_makeshlibs

index 1e5dd797fc15c71090ed8e65e3287b324dc8dd39..01dd082f82a8a668ec3cc0b4b7610aaca3ffb579 100755 (executable)
@@ -46,6 +46,12 @@ dependancy that looks like "packagename (>= packageversion)". If -V is
 specified with parameters, the parameters can be used to specify the exact
 dependancy information needed (be sure to include the package name).
 
+Beware of using -V without any parameters; this is a conservative setting
+that always ensures that other packages' shared library dependencies are at
+least as tight as they need to be, so that if the maintainer screws up then
+they won't break. The flip side is that packages might end up with
+dependencies that are too tight and so find it harder to be upgraded.
+
 =item B<-n>, B<--noscripts>
 
 Do not modify postinst/postrm scripts.