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

[lintian] 02/02: c/lintian: Include an UTF-8 check in the debug output



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 1b2a71a27ad7dd9ea5964b550cd26c526ff3cd12
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jun 19 13:02:15 2016 +0000

    c/lintian: Include an UTF-8 check in the debug output
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/lintian | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/commands/lintian b/commands/lintian
index eda64e1..8973d1f 100755
--- a/commands/lintian
+++ b/commands/lintian
@@ -25,6 +25,7 @@
 use strict;
 use warnings;
 use autodie;
+use utf8;
 
 use Cwd qw(abs_path);
 use Getopt::Long();
@@ -674,6 +675,7 @@ sub main {
             "Lintian root directory: $INIT_ROOT",
             "Configuration file: $opt{'LINTIAN_CFG'}",
             'Laboratory: '.($opt{'LINTIAN_LAB'} // '<N/A>'),
+            'UTF-8: ✓ (☃)',
             delimiter(),
         );
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: