[libdbd-mysql-perl] 01/02: Run dh_auto_configure under the C.UTF-8 locale.

gregor herrmann gregoa at debian.org
Sat Oct 15 13:33:29 UTC 2016


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

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

commit 0ffc9061930ac4a0be5437ed7090e672a88ffbb8
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 15 15:25:25 2016 +0200

    Run dh_auto_configure under the C.UTF-8 locale.
    
    This is a workaround for intermittent build failures caused by
    ExtUtils::MakeMaker (see #835988) and Encode (see #835989).
    
    Cf. https://buildd.debian.org/status/fetch.php?pkg=libdbd-mysql-perl&arch=amd64&ver=4.037-2&stamp=1476536366
    for a failed build of libdbd-mysql-perl.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 9aa02f9..a540361 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,9 @@ export MYSQL_DBNAME=test
 %:
 	dh $@ --with perl_dbi
 
+override_dh_auto_configure:
+	LC_ALL=C.UTF-8 dh_auto_configure
+
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	# prepare mariadb/mysql server

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



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