]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_shlibdeps
* dh_shlibdeps: Add emul to exclude list.
[debhelper.git] / dh_shlibdeps
index e705d73b79a77deed15fe651a7fe418f6362d4de..e859f04aa3abc351b486156dc3b7b23e2675fd0a 100755 (executable)
@@ -119,7 +119,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
        }
        foreach my $file (split(/\n/,`find $tmp -type f \\( -perm +111 -or -name "*.so*" \\) $find_options -print`)) {
                # Prune directories that contain separated debug symbols.
-               next if $file=~m!^\Q$tmp\E/usr/lib/debug/(lib|lib64|usr|bin|sbin|opt|dev)/!;
+               next if $file=~m!^\Q$tmp\E/usr/lib/debug/(lib|lib64|usr|bin|sbin|opt|dev|emul)/!;
                # TODO this is slow, optimize. Ie, file can run once on
                # multiple files..
                $ff=`file "$file"`;