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

[SCM] Debian package checker branch, master, updated. 2.5.12-17-gcc20490



The following commit has been merged in the master branch:
commit cc2049022a0cc73d64fdb83821fd001eec29da16
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Apr 20 16:34:44 2013 +0200

    c/testsuite: Remove (now unused) arguments "File is utf8" sub
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/testsuite b/checks/testsuite
index cae6bb3..c6e30c7 100644
--- a/checks/testsuite
+++ b/checks/testsuite
@@ -65,7 +65,7 @@ sub run {
         } else {
             my $path = $info->unpacked($control);
 
-            my $not_utf8_line = file_is_encoded_in_non_utf8 ($path, $type, $pkg);
+            my $not_utf8_line = file_is_encoded_in_non_utf8($path);
             if ($not_utf8_line) {
                 tag 'debian-tests-control-uses-national-encoding', "at line $not_utf8_line";
             }

-- 
Debian package checker


Reply to: