[libgnome2-perl] 01/03: Set the locale to C.UTF-8 for the build

Niko Tyni ntyni at moszumanska.debian.org
Fri Aug 28 11:28:18 UTC 2015


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 <ntyni at 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



More information about the Pkg-perl-cvs-commits mailing list