[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.10-172-gdd96056



The following commit has been merged in the master branch:
commit dd96056090b1e06be2780a71c7401bfd1885155f
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Sep 27 23:32:23 2012 +0200

    c/shared-libs: Correct comment about dev-symlinks placement
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/shared-libs b/checks/shared-libs
index cbe4c8f..2f7b34e 100644
--- a/checks/shared-libs
+++ b/checks/shared-libs
@@ -242,7 +242,7 @@ for my $shlib_file (keys %SONAME) {
         my $ok = 0;
 
         # If the shared library is in /lib, we have to look for the dev symlink
-        # in /lib
+        # in /usr/lib
         $link_file = "usr/$link_file" unless $shlib_file =~ m,^usr/,;
 
         foreach my $devpkg (@devpkgs) {

-- 
Debian package checker


Reply to: