[libvitacilina-perl] 01/02: Run dh_auto_configure under a UTF-8 locale.

gregor herrmann gregoa at debian.org
Sun Aug 21 13:13:31 UTC 2016


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

gregoa pushed a commit to branch master
in repository libvitacilina-perl.

commit 7af371b8b46e66c9b7bac74efddf7e9e9ee7e931
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 21 15:10:46 2016 +0200

    Run dh_auto_configure under a UTF-8 locale.
    
    Cf. #834961
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..260b26f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_configure:
+	LC_ALL=C.UTF-8 dh_auto_configure

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



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