summaryrefslogtreecommitdiff
path: root/dh_makeshlibs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-27 03:02:53 -0400
committerJoey Hess <joey@kitenet.net>2010-05-27 03:02:53 -0400
commit21b40c8fc12ca4fb026e65d853bbd0f9c08c7bd5 (patch)
tree5772a168332dad8c3957c212233a20f43d1b1ec8 /dh_makeshlibs
parentd4bb3432196db270c979bb9a54e44e915d46f26f (diff)
correct outdated comment
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-xdh_makeshlibs3
1 files changed, 1 insertions, 2 deletions
diff --git a/dh_makeshlibs b/dh_makeshlibs
index 428e5b27..397dfd3f 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