]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_makeshlibs
r387: * I retract 2.1.23, the hack doesn't help make dpkg-shlibdeps work; db3
[debhelper.git] / dh_makeshlibs
index 1e48146cec98c969c3ab7bcddb26ca559f39b406..a9770717ee89b2b10178e0ed331bd35c91b6cc88 100755 (executable)
@@ -12,7 +12,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
 
        doit("rm", "-f", "$TMP/DEBIAN/shlibs");
 
-       open (FIND, "find $TMP -xtype f -name '*.so*' |");
+       open (FIND, "find $TMP -xtype f -name '*.so.*' |");
        while (<FIND>) {
                chomp;
                ($library, $major)=m#.*/(.*)\.so\.(\d*)\.?#;