Przeglądaj źródła

dpkg-shlibdeps: report the full path of the library in the failure for missing dependency info

Raphael Hertzog 18 lat temu
rodzic
commit
7094cfaeab
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/dpkg-shlibdeps.pl

+ 1 - 1
scripts/dpkg-shlibdeps.pl

@@ -174,7 +174,7 @@ foreach my $file (keys %exec) {
 		    # 3/ when we have been asked to do so
 		    $ignore++ if $ignore_missing_info;
 		    failure(_g("No dependency information found for %s " .
-		               "(used by %s)."), $soname, $file)
+		               "(used by %s)."), $lib, $file)
 		        unless $ignore;
 		}
 	    }