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

[SCM] Debian package checker branch, master, updated. 2.5.4-34-gaf0ed09



The following commit has been merged in the master branch:
commit af0ed09a6eaafb7eb0c2f3d818c58662499c4787
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Dec 6 19:08:39 2011 +0100

    Removed useless TODO log message from harness
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/debian/changelog b/debian/changelog
index 02682d3..817f468 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -81,6 +81,8 @@ lintian (2.5.5) UNRELEASED; urgency=low
     + [NT] Use part of the file name as package name if the mandatory
       "Package" or "Source" fields are missing rather than choking.
 
+  * reporting/harness:
+    + [NT] Removed useless "TODO" message from the log output.
   * reporting/html_reports:
     + [JW] Properly handle uploader names with commas.
 
diff --git a/reporting/harness b/reporting/harness
index 26e475b..e9969e2 100755
--- a/reporting/harness
+++ b/reporting/harness
@@ -227,7 +227,6 @@ unless ($opt_r) {
             open my $lfd, '>', $list_file
                 or Die ("opening $list_file: $!");
             foreach my $query (@inc) {
-                Log (" - TODO - !query: $query\n");
                 print $lfd "!query: $query\n";
             }
             close $lfd;

-- 
Debian package checker


Reply to: