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

ntyni pushed a commit to branch master
in repository libgnome2-perl.

commit 8344251e20e0b882e5c04255fbd94ad799ae77c2
Author: Niko Tyni <nt...@debian.org>
Date:   Fri Aug 28 14:12:38 2015 +0300

    Set the locale to C.UTF-8 for the build
    
    Glib::GenPod output varies with the build locale.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index b6a42c7..6c7bc5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# Glib::GenPod output varies with the locale
+export LC_ALL=C.UTF-8
+
 %:
        dh $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libgnome2-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to