]> git.donarmstrong.com Git - debhelper.git/commitdiff
correct outdated comment
authorJoey Hess <joey@kitenet.net>
Thu, 27 May 2010 07:02:53 +0000 (03:02 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 27 May 2010 07:02:53 +0000 (03:02 -0400)
dh_makeshlibs

index 428e5b278f15f077ae351777fbe0d060ffee6a4f..397dfd3f525742653da8e43f12e91b80e6f73c87 100755 (executable)
@@ -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