From: Joey Hess Date: Thu, 27 May 2010 07:02:53 +0000 (-0400) Subject: correct outdated comment X-Git-Tag: 7.9.1~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=21b40c8fc12ca4fb026e65d853bbd0f9c08c7bd5;p=debhelper.git correct outdated comment --- diff --git a/dh_makeshlibs b/dh_makeshlibs index 428e5b2..397dfd3 100755 --- a/dh_makeshlibs +++ b/dh_makeshlibs @@ -132,8 +132,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { doit("rm", "-f", "$tmp/DEBIAN/shlibs"); # So, we look for files or links to existing files with names that - # match "*.so*". Matching *.so.* is not good enough because of - # broken crap like db3. And we only look at real files not + # match "*.so.*". And we only look at real files not # symlinks, so we don't accidentually add shlibs data to -dev # packages. This may have a few false positives, which is ok, # because only if we can get a library name and a major number from