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

lamby pushed a commit to branch master
in repository lintian.

commit 24d15e497d4e87b8c91991f71fe2b811cdc2c91b
Author: Ville Skyttä <[email protected]>
Date:   Sat Oct 14 10:18:39 2017 +0300

    private/refresh-manual-refs: Open std streams in utf-8 mode
    
    Required for matching utf-8 punctuation in current policy and python
    manuals.
    
    Signed-off-by: Chris Lamb <[email protected]>
---
 private/refresh-manual-refs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/private/refresh-manual-refs b/private/refresh-manual-refs
index 3b930be..5e86168 100755
--- a/private/refresh-manual-refs
+++ b/private/refresh-manual-refs
@@ -28,6 +28,7 @@
 use strict;
 use warnings;
 use autodie;
+use open qw(:std :utf8);
 
 use File::Basename;
 use List::MoreUtils qw(none);

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

Reply via email to