]> git.ipfire.org Git - pakfire.git/commitdiff
Don't make automatic deps for python debugging files as well.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 Dec 2011 23:29:59 +0000 (00:29 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 Dec 2011 23:29:59 +0000 (00:29 +0100)
tools/find-provides

index 51efa9e65f5f27aff1fc2feec8f16e8b5b660fff..afb1e80e377980c39d0a8665e756d67ce062da4d 100755 (executable)
@@ -14,7 +14,7 @@ pkgconfig_files=
 # Walk through all file files and see what we have got here.
 while read file; do
        case "${file}" in
-               */usr/lib*/python*/*.so)
+               */usr/lib*/python*/*.so*)
                        # Do not show python shared objects in provides list.
                        ;;
                *.so*)