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

[SCM] Debian package checker branch, master, updated. 2.5.4-11-gdcddae7



The following commit has been merged in the master branch:
commit dcddae7c1ee7753f0fa88d5e22c3393d2f092ba8
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Dec 1 19:10:35 2011 +0100

    Simplified the logic in coll/objdump
    
    This is what is really happening and ideally, we would replace
    objdump with readelf at this point.  Unfortunately, our readelf
    code is lacking some things and our results/tests rely on this
    "mixed" output (which may be our tests that are broken).
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/collection/objdump-info b/collection/objdump-info
index f33954f..eb64670 100755
--- a/collection/objdump-info
+++ b/collection/objdump-info
@@ -86,11 +86,10 @@ while (<FILES>) {
             last if $failed;
 
             if (1) {
-                # This looks weird, but it is effectively the logic we were using[1]
-                # and apparently some of our checks (/tests) relies on this "unholy
-                # marriage" between objdump and readelf output.
-                #
-                # Identically we would completely replace objdump with readelf
+                # This looks weird, but it is effectively the logic we
+                # were using[1] and apparently some of our checks (or
+                # tests) relies on this "unholy marriage" between
+                # objdump and readelf output.
                 #
                 # [1] my $etch_compat = 0;
                 # [...]

-- 
Debian package checker


Reply to: