~xnox/ubuntu/raring/abi-compliance-checker/dh_acc

« back to all changes in this revision

Viewing changes to modules/Internals/SysCheck.pm

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2012-04-05 15:46:42 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120405154642-p2xlk8yco5w68b9r
Tags: 1.97.3-1
* New upsteam:
 - checks both binary and source-level compatibility issues with C/C++ APIs
* fix lintian warning for the manpage

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
            next;
299
299
        }
300
300
        my ($FV1, $FV2) = ($LV1."-".$SystemName1, $LV2."-".$SystemName2);
301
 
        my $ACC_compare = "perl $0 -l $LName -d1 \"$DPath1\" -d2 \"$DPath2\"";
 
301
        my $ACC_compare = "perl $0 -binary -l $LName -d1 \"$DPath1\" -d2 \"$DPath2\"";
302
302
        my $LReportPath = "compat_reports/$LName/abi_compat_report.html";
303
303
        my $LReportPath_Full = $SYS_REPORT_PATH."/".$LReportPath;
304
304
        $ACC_compare .= " -report-path \"$LReportPath_Full\"";
1641
1641
            next;
1642
1642
        }
1643
1643
        $DPath = cut_path_prefix($DPath, $ORIG_DIR);
1644
 
        my $ACC_dump = "perl $0";
 
1644
        my $ACC_dump = "perl $0 -binary";
1645
1645
        if($GroupByHeaders)
1646
1646
        { # header name is going here
1647
1647
            $ACC_dump .= " -l $LName";