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

[SCM] Debian package checker branch, master, updated. 2.5.6-67-g5045df2



The following commit has been merged in the master branch:
commit 5045df2e1d98f4fbbc253e9322de62b21f85d8fb
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Apr 7 00:18:55 2012 +0200

    coll/objdump-info: Remove superfluous readelf call
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/collection/objdump-info b/collection/objdump-info
index ff2dcf0..bf16843 100755
--- a/collection/objdump-info
+++ b/collection/objdump-info
@@ -52,13 +52,6 @@ foreach my $bin (@{ $info->sorted_index }) {
         system("head \Q$bin\E | grep -q 'packed.*with.*UPX'");
         print OUT "objdump: $bin: Packed with UPX" if $? == 0;
 
-        if (open(PIPE, '-|', "readelf -l \Q$bin\E 2>&1")) {
-            local $/;
-            local $_ = <PIPE>;
-            print OUT $_;
-            close PIPE;
-        }
-
         my @sections;
         my @symbol_versions;
         my $truncated = 0;

-- 
Debian package checker


Reply to: